Shades of Sunflower #D9C00F
Tints of Sunflower #D9C00F
RGB
CMYK
RGB Variations
Color information
#D9C00F (or 0xD9C00F) is known color: Sunflower. HEX triplet: D9, C0 and 0F. RGB value is (217,192,15). Sum of RGB (Red+Green+Blue) = 217+192+15=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C00F is #263FF0. Grayscale: #B4B4B4. Windows color (decimal): -2506737 or 1032409. OLE color: 1032409.
HSL color Cylindrical-coordinate representation of color #D9C00F: hue angle of 52.57º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9C00F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.15 |
| HSL | 52.57º | 0.87% | 0.45% | - |
| HSV(B) | 52.57º | 0.93% | 0.85% | - |
| XYZ | 47.55 | 52.49 | 8.08 | - |
| YUV | 179.3 | 35.28 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 15 | 0 | 0.12 | 0.93 | 0.15 | 52.57 | 0.87 | 0.45 |
| Hex | D9 | C0 | F | 0 | C | 5D | F | 35 | 57 | 2D |
| Octal | 331 | 300 | 17 | 0 | 14 | 135 | 17 | 65 | 127 | 55 |
| Binary | 11011001 | 11000000 | 1111 | 0 | 1100 | 1011101 | 1111 | 110101 | 1010111 | 101101 |
Color Harmonies of #D9C00F
Complementary color
Monochromatic Colors of #D9C00F
Black with #D9C00F
Text Example
Text Example
White with #D9C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C00F; }
p { color: rgb(217,192,15); }
H1.HeaderClassName
{
color: #D9C00F;
}
.AnyTagClassName
{
color: #D9C00F;
}
</style>
background-color css
<style>
a { background-color: #D9C00F; }
a { background-color: rgb(217,192,15); }
div.DivClassName
{
background-color: #D9C00F;
}
.BgClassName
{
background-color: #D9C00F;
}
</style>
border-color css
<style>
span { border-color: #D9C00F; }
span { border-color: rgb(217,192,15); }
td.TdClassName
{
border-color: #D9C00F;
}
.TagClassName
{
border-color: #D9C00F;
}
</style>