Color spaces of #debd69
RGB | 222 | 189 | 105 |
---|---|---|---|
HSL | 0.12 | 0.64 | 0.64 |
HSV | 43° | 53° | 87° |
CMYK | 0.00 | 0.15 | 0.53 0.13 |
XYZ | 50.8716 | 52.9447 | 20.9027 |
Yxy | 52.9447 | 0.4079 | 0.4245 |
Hunter Lab | 72.7631 | -2.5390 | 33.9019 |
CIE-Lab | 77.8423 | 1.4663 | 46.4224 |
#debd69 color RGB value is (222,189,105).
#debd69 hex color red value is 222, green value is 189 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #debd69 hue: 0.12 , saturation: 0.64 and the lightness value of debd69 is 0.64.
The process color (four color CMYK) of #debd69 color hex is 0.00, 0.15, 0.53, 0.13. Web safe color of #debd69 is #cccc66. Color #debd69 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111101 | 01101001 |
Octal | 336 | 275 | 151 |
Decimal | 222 | 189 | 105 |
Hex | DE | BD | 69 |
Shades of #debd69
Tints of #debd69
RGB Percentages of Color #debd69
CMYK Percentages of Color #debd69
Complementary Color
#debd69 | #698ade |
#debd69 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#debd69 Color Preview on White Background
Lorem ipsum dolor sit amet.
#debd69 Color CSS Codes
.mybgcolor {background-color:#debd69; } .myforecolor {color:#debd69; } .mybordercolor {border:3px solid #debd69; }
#debd69 Text Font Color
<p style="color:#debd69">Text here</p>
This sample text font color is #debd69
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#debd69 Background Color
<div style="background-color:#debd69">
Div content here</div>
This div background color is #debd69
#debd69 Border Color
<div style="border:3px solid #debd69">
Div here</div>
This div border color is #debd69
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,189,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #debd69; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #debd69; -webkit-box-shadow: 1px 1px 3px 2px #debd69; box-shadow: 1px 1px 3px 2px #debd69; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,189,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #debd69">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #debd69; -webkit-box-shadow: 1px 1px 3px 2px #debd69; box-shadow: 1px 1px 3px 2px #debd69;">
Div content here</div>
This div box has shadow with color #debd69
Comments
No comments written yet.
Please login to write comment.