Shades of Sunflower #DDC202
Tints of Sunflower #DDC202
RGB
CMYK
RGB Variations
Color information
#DDC202 (or 0xDDC202) is known color: Sunflower. HEX triplet: DD, C2 and 02. RGB value is (221,194,2). Sum of RGB (Red+Green+Blue) = 221+194+2=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC202 is #223DFD. Grayscale: #B4B4B4. Windows color (decimal): -2244094 or 180957. OLE color: 180957.
HSL color Cylindrical-coordinate representation of color #DDC202: hue angle of 52.6º 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 #DDC202 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.13 |
| HSL | 52.6º | 0.98% | 0.44% | - |
| HSV(B) | 52.6º | 0.99% | 0.87% | - |
| XYZ | 49.12 | 53.96 | 7.88 | - |
| YUV | 180.19 | 27.45 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 2 | 0 | 0.12 | 0.99 | 0.13 | 52.6 | 0.98 | 0.44 |
| Hex | DD | C2 | 2 | 0 | C | 63 | D | 35 | 62 | 2C |
| Octal | 335 | 302 | 2 | 0 | 14 | 143 | 15 | 65 | 142 | 54 |
| Binary | 11011101 | 11000010 | 10 | 0 | 1100 | 1100011 | 1101 | 110101 | 1100010 | 101100 |
Color Harmonies of #DDC202
Complementary color
Monochromatic Colors of #DDC202
Black with #DDC202
Text Example
Text Example
White with #DDC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC202; }
p { color: rgb(221,194,2); }
H1.HeaderClassName
{
color: #DDC202;
}
.AnyTagClassName
{
color: #DDC202;
}
</style>
background-color css
<style>
a { background-color: #DDC202; }
a { background-color: rgb(221,194,2); }
div.DivClassName
{
background-color: #DDC202;
}
.BgClassName
{
background-color: #DDC202;
}
</style>
border-color css
<style>
span { border-color: #DDC202; }
span { border-color: rgb(221,194,2); }
td.TdClassName
{
border-color: #DDC202;
}
.TagClassName
{
border-color: #DDC202;
}
</style>