Color spaces of #ddc65f
RGB | 221 | 198 | 95 |
---|---|---|---|
HSL | 0.14 | 0.65 | 0.62 |
HSV | 49° | 57° | 87° |
CMYK | 0.00 | 0.10 | 0.57 0.13 |
XYZ | 52.0784 | 56.5865 | 19.0039 |
Yxy | 56.5865 | 0.4079 | 0.4432 |
Hunter Lab | 75.2240 | -8.0645 | 37.6783 |
CIE-Lab | 79.9465 | -4.4181 | 53.6552 |
#ddc65f color RGB value is (221,198,95).
#ddc65f hex color red value is 221, green value is 198 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ddc65f hue: 0.14 , saturation: 0.65 and the lightness value of ddc65f is 0.62.
The process color (four color CMYK) of #ddc65f color hex is 0.00, 0.10, 0.57, 0.13. Web safe color of #ddc65f is #cccc66. Color #ddc65f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11000110 | 01011111 |
Octal | 335 | 306 | 137 |
Decimal | 221 | 198 | 95 |
Hex | DD | C6 | 5F |
Shades of #ddc65f
Tints of #ddc65f
RGB Percentages of Color #ddc65f
CMYK Percentages of Color #ddc65f
Complementary Color
#ddc65f | #5f76dd |
#ddc65f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddc65f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddc65f Color CSS Codes
.mybgcolor {background-color:#ddc65f; } .myforecolor {color:#ddc65f; } .mybordercolor {border:3px solid #ddc65f; }
#ddc65f Text Font Color
<p style="color:#ddc65f">Text here</p>
This sample text font color is #ddc65f
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.
#ddc65f Background Color
<div style="background-color:#ddc65f">
Div content here</div>
This div background color is #ddc65f
#ddc65f Border Color
<div style="border:3px solid #ddc65f">
Div here</div>
This div border color is #ddc65f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,198,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddc65f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddc65f; -webkit-box-shadow: 1px 1px 3px 2px #ddc65f; box-shadow: 1px 1px 3px 2px #ddc65f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,198,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddc65f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc65f; -webkit-box-shadow: 1px 1px 3px 2px #ddc65f; box-shadow: 1px 1px 3px 2px #ddc65f;">
Div content here</div>
This div box has shadow with color #ddc65f
Comments
No comments written yet.
Please login to write comment.