Shades of Sunflower #D9C20C
Tints of Sunflower #D9C20C
RGB
CMYK
RGB Variations
Color information
#D9C20C (or 0xD9C20C) is known color: Sunflower. HEX triplet: D9, C2 and 0C. RGB value is (217,194,12). Sum of RGB (Red+Green+Blue) = 217+194+12=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C20C is #263DF3. Grayscale: #B4B4B4. Windows color (decimal): -2506228 or 836313. OLE color: 836313.
HSL color Cylindrical-coordinate representation of color #D9C20C: hue angle of 53.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9C20C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.15 |
| HSL | 53.27º | 0.9% | 0.45% | - |
| HSV(B) | 53.27º | 0.94% | 0.85% | - |
| XYZ | 47.97 | 53.36 | 8.12 | - |
| YUV | 180.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 12 | 0 | 0.11 | 0.94 | 0.15 | 53.27 | 0.9 | 0.45 |
| Hex | D9 | C2 | C | 0 | B | 5E | F | 35 | 5A | 2D |
| Octal | 331 | 302 | 14 | 0 | 13 | 136 | 17 | 65 | 132 | 55 |
| Binary | 11011001 | 11000010 | 1100 | 0 | 1011 | 1011110 | 1111 | 110101 | 1011010 | 101101 |
Color Harmonies of #D9C20C
Complementary color
Monochromatic Colors of #D9C20C
Black with #D9C20C
Text Example
Text Example
White with #D9C20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C20C; }
p { color: rgb(217,194,12); }
H1.HeaderClassName
{
color: #D9C20C;
}
.AnyTagClassName
{
color: #D9C20C;
}
</style>
background-color css
<style>
a { background-color: #D9C20C; }
a { background-color: rgb(217,194,12); }
div.DivClassName
{
background-color: #D9C20C;
}
.BgClassName
{
background-color: #D9C20C;
}
</style>
border-color css
<style>
span { border-color: #D9C20C; }
span { border-color: rgb(217,194,12); }
td.TdClassName
{
border-color: #D9C20C;
}
.TagClassName
{
border-color: #D9C20C;
}
</style>