Shades of Sunflower #DDCE08
Tints of Sunflower #DDCE08
RGB
CMYK
RGB Variations
Color information
#DDCE08 (or 0xDDCE08) is known color: Sunflower. HEX triplet: DD, CE and 08. RGB value is (221,206,8). Sum of RGB (Red+Green+Blue) = 221+206+8=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCE08 is #2231F7. Grayscale: #BCBCBC. Windows color (decimal): -2241016 or 577245. OLE color: 577245.
HSL color Cylindrical-coordinate representation of color #DDCE08: hue angle of 55.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDCE08 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 8 | - |
CMYK | 0 | 0.07 | 0.96 | 0.13 |
HSL | 55.77º | 0.93% | 0.45% | - |
HSV(B) | 55.77º | 0.96% | 0.87% | - |
XYZ | 51.93 | 59.53 | 8.98 | - |
YUV | 187.91 | 26.47 | 151.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 8 | 0 | 0.07 | 0.96 | 0.13 | 55.77 | 0.93 | 0.45 |
Hex | DD | CE | 8 | 0 | 7 | 60 | D | 38 | 5D | 2D |
Octal | 335 | 316 | 10 | 0 | 7 | 140 | 15 | 70 | 135 | 55 |
Binary | 11011101 | 11001110 | 1000 | 0 | 111 | 1100000 | 1101 | 111000 | 1011101 | 101101 |
Color Harmonies of #DDCE08
Complementary color
Monochromatic Colors of #DDCE08
Black with #DDCE08
Text Example
Text Example
White with #DDCE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE08; }
p { color: rgb(221,206,8); }
H1.HeaderClassName
{
color: #DDCE08;
}
.AnyTagClassName
{
color: #DDCE08;
}
</style>
background-color css
<style>
a { background-color: #DDCE08; }
a { background-color: rgb(221,206,8); }
div.DivClassName
{
background-color: #DDCE08;
}
.BgClassName
{
background-color: #DDCE08;
}
</style>
border-color css
<style>
span { border-color: #DDCE08; }
span { border-color: rgb(221,206,8); }
td.TdClassName
{
border-color: #DDCE08;
}
.TagClassName
{
border-color: #DDCE08;
}
</style>