Shades of Sunflower #DDC002
Tints of Sunflower #DDC002
RGB
CMYK
RGB Variations
Color information
#DDC002 (or 0xDDC002) is known color: Sunflower. HEX triplet: DD, C0 and 02. RGB value is (221,192,2). Sum of RGB (Red+Green+Blue) = 221+192+2=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC002 is #223FFD. Grayscale: #B3B3B3. Windows color (decimal): -2244606 or 180445. OLE color: 180445.
HSL color Cylindrical-coordinate representation of color #DDC002: hue angle of 52.05º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDC002 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.13 |
| HSL | 52.05º | 0.98% | 0.44% | - |
| HSV(B) | 52.05º | 0.99% | 0.87% | - |
| XYZ | 48.68 | 53.08 | 7.74 | - |
| YUV | 179.01 | 28.11 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 2 | 0 | 0.13 | 0.99 | 0.13 | 52.05 | 0.98 | 0.44 |
| Hex | DD | C0 | 2 | 0 | D | 63 | D | 34 | 62 | 2C |
| Octal | 335 | 300 | 2 | 0 | 15 | 143 | 15 | 64 | 142 | 54 |
| Binary | 11011101 | 11000000 | 10 | 0 | 1101 | 1100011 | 1101 | 110100 | 1100010 | 101100 |
Color Harmonies of #DDC002
Complementary color
Monochromatic Colors of #DDC002
Black with #DDC002
Text Example
Text Example
White with #DDC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC002; }
p { color: rgb(221,192,2); }
H1.HeaderClassName
{
color: #DDC002;
}
.AnyTagClassName
{
color: #DDC002;
}
</style>
background-color css
<style>
a { background-color: #DDC002; }
a { background-color: rgb(221,192,2); }
div.DivClassName
{
background-color: #DDC002;
}
.BgClassName
{
background-color: #DDC002;
}
</style>
border-color css
<style>
span { border-color: #DDC002; }
span { border-color: rgb(221,192,2); }
td.TdClassName
{
border-color: #DDC002;
}
.TagClassName
{
border-color: #DDC002;
}
</style>