Shades of Sunflower #DDC008
Tints of Sunflower #DDC008
RGB
CMYK
RGB Variations
Color information
#DDC008 (or 0xDDC008) is known color: Sunflower. HEX triplet: DD, C0 and 08. RGB value is (221,192,8). Sum of RGB (Red+Green+Blue) = 221+192+8=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC008 is #223FF7. Grayscale: #B4B4B4. Windows color (decimal): -2244600 or 573661. OLE color: 573661.
HSL color Cylindrical-coordinate representation of color #DDC008: hue angle of 51.83º 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 #DDC008 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 8 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.13 |
| HSL | 51.83º | 0.93% | 0.45% | - |
| HSV(B) | 51.83º | 0.96% | 0.87% | - |
| XYZ | 48.71 | 53.09 | 7.91 | - |
| YUV | 179.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 8 | 0 | 0.13 | 0.96 | 0.13 | 51.83 | 0.93 | 0.45 |
| Hex | DD | C0 | 8 | 0 | D | 60 | D | 34 | 5D | 2D |
| Octal | 335 | 300 | 10 | 0 | 15 | 140 | 15 | 64 | 135 | 55 |
| Binary | 11011101 | 11000000 | 1000 | 0 | 1101 | 1100000 | 1101 | 110100 | 1011101 | 101101 |
Color Harmonies of #DDC008
Complementary color
Monochromatic Colors of #DDC008
Black with #DDC008
Text Example
Text Example
White with #DDC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC008; }
p { color: rgb(221,192,8); }
H1.HeaderClassName
{
color: #DDC008;
}
.AnyTagClassName
{
color: #DDC008;
}
</style>
background-color css
<style>
a { background-color: #DDC008; }
a { background-color: rgb(221,192,8); }
div.DivClassName
{
background-color: #DDC008;
}
.BgClassName
{
background-color: #DDC008;
}
</style>
border-color css
<style>
span { border-color: #DDC008; }
span { border-color: rgb(221,192,8); }
td.TdClassName
{
border-color: #DDC008;
}
.TagClassName
{
border-color: #DDC008;
}
</style>