Color spaces of #ded377
RGB | 222 | 211 | 119 |
---|---|---|---|
HSL | 0.15 | 0.61 | 0.67 |
HSV | 54° | 46° | 87° |
CMYK | 0.00 | 0.05 | 0.46 0.13 |
XYZ | 56.7482 | 63.4500 | 26.7089 |
Yxy | 63.4500 | 0.3863 | 0.4319 |
Hunter Lab | 79.6555 | -12.2301 | 35.8786 |
CIE-Lab | 83.6786 | -8.6241 | 46.6622 |
#ded377 color RGB value is (222,211,119).
#ded377 hex color red value is 222, green value is 211 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ded377 hue: 0.15 , saturation: 0.61 and the lightness value of ded377 is 0.67.
The process color (four color CMYK) of #ded377 color hex is 0.00, 0.05, 0.46, 0.13. Web safe color of #ded377 is #cccc66. Color #ded377 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11010011 | 01110111 |
Octal | 336 | 323 | 167 |
Decimal | 222 | 211 | 119 |
Hex | DE | D3 | 77 |
Shades of #ded377
Tints of #ded377
RGB Percentages of Color #ded377
CMYK Percentages of Color #ded377
Complementary Color
#ded377 | #7782de |
#ded377 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded377 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded377 Color CSS Codes
.mybgcolor {background-color:#ded377; } .myforecolor {color:#ded377; } .mybordercolor {border:3px solid #ded377; }
#ded377 Text Font Color
<p style="color:#ded377">Text here</p>
This sample text font color is #ded377
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.
#ded377 Background Color
<div style="background-color:#ded377">
Div content here</div>
This div background color is #ded377
#ded377 Border Color
<div style="border:3px solid #ded377">
Div here</div>
This div border color is #ded377
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,211,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded377; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded377; -webkit-box-shadow: 1px 1px 3px 2px #ded377; box-shadow: 1px 1px 3px 2px #ded377; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,211,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded377">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded377; -webkit-box-shadow: 1px 1px 3px 2px #ded377; box-shadow: 1px 1px 3px 2px #ded377;">
Div content here</div>
This div box has shadow with color #ded377
Comments
No comments written yet.
Please login to write comment.