Shades of Sunflower #D9C20D
Tints of Sunflower #D9C20D
RGB
CMYK
RGB Variations
Color information
#D9C20D (or 0xD9C20D) is known color: Sunflower. HEX triplet: D9, C2 and 0D. RGB value is (217,194,13). Sum of RGB (Red+Green+Blue) = 217+194+13=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C20D is #263DF2. Grayscale: #B4B4B4. Windows color (decimal): -2506227 or 901849. OLE color: 901849.
HSL color Cylindrical-coordinate representation of color #D9C20D: hue angle of 53.24º degrees, saturation: 0.89, 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 #D9C20D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 13 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.15 |
| HSL | 53.24º | 0.89% | 0.45% | - |
| HSV(B) | 53.24º | 0.94% | 0.85% | - |
| XYZ | 47.98 | 53.36 | 8.15 | - |
| YUV | 180.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 13 | 0 | 0.11 | 0.94 | 0.15 | 53.24 | 0.89 | 0.45 |
| Hex | D9 | C2 | D | 0 | B | 5E | F | 35 | 59 | 2D |
| Octal | 331 | 302 | 15 | 0 | 13 | 136 | 17 | 65 | 131 | 55 |
| Binary | 11011001 | 11000010 | 1101 | 0 | 1011 | 1011110 | 1111 | 110101 | 1011001 | 101101 |
Color Harmonies of #D9C20D
Complementary color
Monochromatic Colors of #D9C20D
Black with #D9C20D
Text Example
Text Example
White with #D9C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C20D; }
p { color: rgb(217,194,13); }
H1.HeaderClassName
{
color: #D9C20D;
}
.AnyTagClassName
{
color: #D9C20D;
}
</style>
background-color css
<style>
a { background-color: #D9C20D; }
a { background-color: rgb(217,194,13); }
div.DivClassName
{
background-color: #D9C20D;
}
.BgClassName
{
background-color: #D9C20D;
}
</style>
border-color css
<style>
span { border-color: #D9C20D; }
span { border-color: rgb(217,194,13); }
td.TdClassName
{
border-color: #D9C20D;
}
.TagClassName
{
border-color: #D9C20D;
}
</style>