Color spaces of #ded760
RGB | 222 | 215 | 96 |
---|---|---|---|
HSL | 0.16 | 0.66 | 0.62 |
HSV | 57° | 57° | 87° |
CMYK | 0.00 | 0.03 | 0.57 0.13 |
XYZ | 56.5360 | 64.9750 | 20.6280 |
Yxy | 64.9750 | 0.3978 | 0.4571 |
Hunter Lab | 80.6071 | -15.8665 | 41.2522 |
CIE-Lab | 84.4709 | -12.5644 | 58.3585 |
#ded760 color RGB value is (222,215,96).
#ded760 hex color red value is 222, green value is 215 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ded760 hue: 0.16 , saturation: 0.66 and the lightness value of ded760 is 0.62.
The process color (four color CMYK) of #ded760 color hex is 0.00, 0.03, 0.57, 0.13. Web safe color of #ded760 is #cccc66. Color #ded760 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11010111 | 01100000 |
Octal | 336 | 327 | 140 |
Decimal | 222 | 215 | 96 |
Hex | DE | D7 | 60 |
Shades of #ded760
Tints of #ded760
RGB Percentages of Color #ded760
CMYK Percentages of Color #ded760
Complementary Color
#ded760 | #6067de |
#ded760 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ded760 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ded760 Color CSS Codes
.mybgcolor {background-color:#ded760; } .myforecolor {color:#ded760; } .mybordercolor {border:3px solid #ded760; }
#ded760 Text Font Color
<p style="color:#ded760">Text here</p>
This sample text font color is #ded760
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.
#ded760 Background Color
<div style="background-color:#ded760">
Div content here</div>
This div background color is #ded760
#ded760 Border Color
<div style="border:3px solid #ded760">
Div here</div>
This div border color is #ded760
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,215,96, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ded760; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ded760; -webkit-box-shadow: 1px 1px 3px 2px #ded760; box-shadow: 1px 1px 3px 2px #ded760; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,215,96, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ded760">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ded760; -webkit-box-shadow: 1px 1px 3px 2px #ded760; box-shadow: 1px 1px 3px 2px #ded760;">
Div content here</div>
This div box has shadow with color #ded760
Comments
No comments written yet.
Please login to write comment.