Shades of Sunflower #D9C01F
Tints of Sunflower #D9C01F
RGB
CMYK
RGB Variations
Color information
#D9C01F (or 0xD9C01F) is known color: Sunflower. HEX triplet: D9, C0 and 1F. RGB value is (217,192,31). Sum of RGB (Red+Green+Blue) = 217+192+31=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C01F is #263FE0. Grayscale: #B5B5B5. Windows color (decimal): -2506721 or 2080985. OLE color: 2080985.
HSL color Cylindrical-coordinate representation of color #D9C01F: hue angle of 51.94º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9C01F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.15 |
| HSL | 51.94º | 0.75% | 0.49% | - |
| HSV(B) | 51.94º | 0.86% | 0.85% | - |
| XYZ | 47.71 | 52.55 | 8.92 | - |
| YUV | 181.12 | 43.28 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 31 | 0 | 0.12 | 0.86 | 0.15 | 51.94 | 0.75 | 0.49 |
| Hex | D9 | C0 | 1F | 0 | C | 56 | F | 34 | 4B | 31 |
| Octal | 331 | 300 | 37 | 0 | 14 | 126 | 17 | 64 | 113 | 61 |
| Binary | 11011001 | 11000000 | 11111 | 0 | 1100 | 1010110 | 1111 | 110100 | 1001011 | 110001 |
Color Harmonies of #D9C01F
Complementary color
Monochromatic Colors of #D9C01F
Black with #D9C01F
Text Example
Text Example
White with #D9C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C01F; }
p { color: rgb(217,192,31); }
H1.HeaderClassName
{
color: #D9C01F;
}
.AnyTagClassName
{
color: #D9C01F;
}
</style>
background-color css
<style>
a { background-color: #D9C01F; }
a { background-color: rgb(217,192,31); }
div.DivClassName
{
background-color: #D9C01F;
}
.BgClassName
{
background-color: #D9C01F;
}
</style>
border-color css
<style>
span { border-color: #D9C01F; }
span { border-color: rgb(217,192,31); }
td.TdClassName
{
border-color: #D9C01F;
}
.TagClassName
{
border-color: #D9C01F;
}
</style>