Shades of Sunflower #DDC602
Tints of Sunflower #DDC602
RGB
CMYK
RGB Variations
Color information
#DDC602 (or 0xDDC602) is known color: Sunflower. HEX triplet: DD, C6 and 02. RGB value is (221,198,2). Sum of RGB (Red+Green+Blue) = 221+198+2=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC602 is #2239FD. Grayscale: #B7B7B7. Windows color (decimal): -2243070 or 181981. OLE color: 181981.
HSL color Cylindrical-coordinate representation of color #DDC602: hue angle of 53.7º 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 #DDC602 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.13 |
| HSL | 53.7º | 0.98% | 0.44% | - |
| HSV(B) | 53.7º | 0.99% | 0.87% | - |
| XYZ | 50.02 | 55.76 | 8.18 | - |
| YUV | 182.53 | 26.12 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 2 | 0 | 0.10 | 0.99 | 0.13 | 53.7 | 0.98 | 0.44 |
| Hex | DD | C6 | 2 | 0 | A | 63 | D | 36 | 62 | 2C |
| Octal | 335 | 306 | 2 | 0 | 12 | 143 | 15 | 66 | 142 | 54 |
| Binary | 11011101 | 11000110 | 10 | 0 | 1010 | 1100011 | 1101 | 110110 | 1100010 | 101100 |
Color Harmonies of #DDC602
Complementary color
Monochromatic Colors of #DDC602
Black with #DDC602
Text Example
Text Example
White with #DDC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC602; }
p { color: rgb(221,198,2); }
H1.HeaderClassName
{
color: #DDC602;
}
.AnyTagClassName
{
color: #DDC602;
}
</style>
background-color css
<style>
a { background-color: #DDC602; }
a { background-color: rgb(221,198,2); }
div.DivClassName
{
background-color: #DDC602;
}
.BgClassName
{
background-color: #DDC602;
}
</style>
border-color css
<style>
span { border-color: #DDC602; }
span { border-color: rgb(221,198,2); }
td.TdClassName
{
border-color: #DDC602;
}
.TagClassName
{
border-color: #DDC602;
}
</style>