Color spaces of #ddcf55
RGB | 221 | 207 | 85 |
---|---|---|---|
HSL | 0.15 | 0.67 | 0.60 |
HSV | 54° | 62° | 87° |
CMYK | 0.00 | 0.06 | 0.62 0.13 |
XYZ | 53.7713 | 60.6537 | 17.4676 |
Yxy | 60.6537 | 0.4077 | 0.4599 |
Hunter Lab | 77.8805 | -13.0485 | 41.2183 |
CIE-Lab | 82.1922 | -9.7120 | 60.6241 |
#ddcf55 color RGB value is (221,207,85).
#ddcf55 hex color red value is 221, green value is 207 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ddcf55 hue: 0.15 , saturation: 0.67 and the lightness value of ddcf55 is 0.60.
The process color (four color CMYK) of #ddcf55 color hex is 0.00, 0.06, 0.62, 0.13. Web safe color of #ddcf55 is #cccc66. Color #ddcf55 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001111 | 01010101 |
Octal | 335 | 317 | 125 |
Decimal | 221 | 207 | 85 |
Hex | DD | CF | 55 |
Shades of #ddcf55
Tints of #ddcf55
RGB Percentages of Color #ddcf55
CMYK Percentages of Color #ddcf55
Complementary Color
#ddcf55 | #5563dd |
#ddcf55 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddcf55 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddcf55 Color CSS Codes
.mybgcolor {background-color:#ddcf55; } .myforecolor {color:#ddcf55; } .mybordercolor {border:3px solid #ddcf55; }
#ddcf55 Text Font Color
<p style="color:#ddcf55">Text here</p>
This sample text font color is #ddcf55
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.
#ddcf55 Background Color
<div style="background-color:#ddcf55">
Div content here</div>
This div background color is #ddcf55
#ddcf55 Border Color
<div style="border:3px solid #ddcf55">
Div here</div>
This div border color is #ddcf55
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,207,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddcf55; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddcf55; -webkit-box-shadow: 1px 1px 3px 2px #ddcf55; box-shadow: 1px 1px 3px 2px #ddcf55; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,207,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddcf55">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcf55; -webkit-box-shadow: 1px 1px 3px 2px #ddcf55; box-shadow: 1px 1px 3px 2px #ddcf55;">
Div content here</div>
This div box has shadow with color #ddcf55
Comments
No comments written yet.
Please login to write comment.