Shades of Sunflower #D9C00E
Tints of Sunflower #D9C00E
RGB
CMYK
RGB Variations
Color information
#D9C00E (or 0xD9C00E) is known color: Sunflower. HEX triplet: D9, C0 and 0E. RGB value is (217,192,14). Sum of RGB (Red+Green+Blue) = 217+192+14=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C00E is #263FF1. Grayscale: #B3B3B3. Windows color (decimal): -2506738 or 966873. OLE color: 966873.
HSL color Cylindrical-coordinate representation of color #D9C00E: hue angle of 52.61º degrees, saturation: 0.88, 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 #D9C00E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.15 |
| HSL | 52.61º | 0.88% | 0.45% | - |
| HSV(B) | 52.61º | 0.94% | 0.85% | - |
| XYZ | 47.54 | 52.48 | 8.04 | - |
| YUV | 179.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 14 | 0 | 0.12 | 0.94 | 0.15 | 52.61 | 0.88 | 0.45 |
| Hex | D9 | C0 | E | 0 | C | 5E | F | 35 | 58 | 2D |
| Octal | 331 | 300 | 16 | 0 | 14 | 136 | 17 | 65 | 130 | 55 |
| Binary | 11011001 | 11000000 | 1110 | 0 | 1100 | 1011110 | 1111 | 110101 | 1011000 | 101101 |
Color Harmonies of #D9C00E
Complementary color
Monochromatic Colors of #D9C00E
Black with #D9C00E
Text Example
Text Example
White with #D9C00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C00E; }
p { color: rgb(217,192,14); }
H1.HeaderClassName
{
color: #D9C00E;
}
.AnyTagClassName
{
color: #D9C00E;
}
</style>
background-color css
<style>
a { background-color: #D9C00E; }
a { background-color: rgb(217,192,14); }
div.DivClassName
{
background-color: #D9C00E;
}
.BgClassName
{
background-color: #D9C00E;
}
</style>
border-color css
<style>
span { border-color: #D9C00E; }
span { border-color: rgb(217,192,14); }
td.TdClassName
{
border-color: #D9C00E;
}
.TagClassName
{
border-color: #D9C00E;
}
</style>