Shades of Sunflower #DDC802
Tints of Sunflower #DDC802
RGB
CMYK
RGB Variations
Color information
#DDC802 (or 0xDDC802) is known color: Sunflower. HEX triplet: DD, C8 and 02. RGB value is (221,200,2). Sum of RGB (Red+Green+Blue) = 221+200+2=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC802 is #2237FD. Grayscale: #B8B8B8. Windows color (decimal): -2242558 or 182493. OLE color: 182493.
HSL color Cylindrical-coordinate representation of color #DDC802: hue angle of 54.25º 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 #DDC802 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.13 |
| HSL | 54.25º | 0.98% | 0.44% | - |
| HSV(B) | 54.25º | 0.99% | 0.87% | - |
| XYZ | 50.48 | 56.69 | 8.34 | - |
| YUV | 183.71 | 25.46 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 2 | 0 | 0.10 | 0.99 | 0.13 | 54.25 | 0.98 | 0.44 |
| Hex | DD | C8 | 2 | 0 | A | 63 | D | 36 | 62 | 2C |
| Octal | 335 | 310 | 2 | 0 | 12 | 143 | 15 | 66 | 142 | 54 |
| Binary | 11011101 | 11001000 | 10 | 0 | 1010 | 1100011 | 1101 | 110110 | 1100010 | 101100 |
Color Harmonies of #DDC802
Complementary color
Monochromatic Colors of #DDC802
Black with #DDC802
Text Example
Text Example
White with #DDC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC802; }
p { color: rgb(221,200,2); }
H1.HeaderClassName
{
color: #DDC802;
}
.AnyTagClassName
{
color: #DDC802;
}
</style>
background-color css
<style>
a { background-color: #DDC802; }
a { background-color: rgb(221,200,2); }
div.DivClassName
{
background-color: #DDC802;
}
.BgClassName
{
background-color: #DDC802;
}
</style>
border-color css
<style>
span { border-color: #DDC802; }
span { border-color: rgb(221,200,2); }
td.TdClassName
{
border-color: #DDC802;
}
.TagClassName
{
border-color: #DDC802;
}
</style>