Shades of Sunflower #DDC208
Tints of Sunflower #DDC208
RGB
CMYK
RGB Variations
Color information
#DDC208 (or 0xDDC208) is known color: Sunflower. HEX triplet: DD, C2 and 08. RGB value is (221,194,8). Sum of RGB (Red+Green+Blue) = 221+194+8=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC208 is #223DF7. Grayscale: #B5B5B5. Windows color (decimal): -2244088 or 574173. OLE color: 574173.
HSL color Cylindrical-coordinate representation of color #DDC208: hue angle of 52.39º 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 #DDC208 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.13 |
| HSL | 52.39º | 0.93% | 0.45% | - |
| HSV(B) | 52.39º | 0.96% | 0.87% | - |
| XYZ | 49.15 | 53.97 | 8.06 | - |
| YUV | 180.87 | 30.45 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 8 | 0 | 0.12 | 0.96 | 0.13 | 52.39 | 0.93 | 0.45 |
| Hex | DD | C2 | 8 | 0 | C | 60 | D | 34 | 5D | 2D |
| Octal | 335 | 302 | 10 | 0 | 14 | 140 | 15 | 64 | 135 | 55 |
| Binary | 11011101 | 11000010 | 1000 | 0 | 1100 | 1100000 | 1101 | 110100 | 1011101 | 101101 |
Color Harmonies of #DDC208
Complementary color
Monochromatic Colors of #DDC208
Black with #DDC208
Text Example
Text Example
White with #DDC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC208; }
p { color: rgb(221,194,8); }
H1.HeaderClassName
{
color: #DDC208;
}
.AnyTagClassName
{
color: #DDC208;
}
</style>
background-color css
<style>
a { background-color: #DDC208; }
a { background-color: rgb(221,194,8); }
div.DivClassName
{
background-color: #DDC208;
}
.BgClassName
{
background-color: #DDC208;
}
</style>
border-color css
<style>
span { border-color: #DDC208; }
span { border-color: rgb(221,194,8); }
td.TdClassName
{
border-color: #DDC208;
}
.TagClassName
{
border-color: #DDC208;
}
</style>