Shades of Sunflower #D9C514
Tints of Sunflower #D9C514
RGB
CMYK
RGB Variations
Color information
#D9C514 (or 0xD9C514) is known color: Sunflower. HEX triplet: D9, C5 and 14. RGB value is (217,197,20). Sum of RGB (Red+Green+Blue) = 217+197+20=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C514 is #263AEB. Grayscale: #B7B7B7. Windows color (decimal): -2505452 or 1361369. OLE color: 1361369.
HSL color Cylindrical-coordinate representation of color #D9C514: hue angle of 53.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9C514 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 20 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.15 |
| HSL | 53.91º | 0.83% | 0.46% | - |
| HSV(B) | 53.91º | 0.91% | 0.85% | - |
| XYZ | 48.71 | 54.73 | 8.66 | - |
| YUV | 182.8 | 36.13 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 20 | 0 | 0.09 | 0.91 | 0.15 | 53.91 | 0.83 | 0.46 |
| Hex | D9 | C5 | 14 | 0 | 9 | 5B | F | 36 | 53 | 2E |
| Octal | 331 | 305 | 24 | 0 | 11 | 133 | 17 | 66 | 123 | 56 |
| Binary | 11011001 | 11000101 | 10100 | 0 | 1001 | 1011011 | 1111 | 110110 | 1010011 | 101110 |
Color Harmonies of #D9C514
Complementary color
Monochromatic Colors of #D9C514
Black with #D9C514
Text Example
Text Example
White with #D9C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C514; }
p { color: rgb(217,197,20); }
H1.HeaderClassName
{
color: #D9C514;
}
.AnyTagClassName
{
color: #D9C514;
}
</style>
background-color css
<style>
a { background-color: #D9C514; }
a { background-color: rgb(217,197,20); }
div.DivClassName
{
background-color: #D9C514;
}
.BgClassName
{
background-color: #D9C514;
}
</style>
border-color css
<style>
span { border-color: #D9C514; }
span { border-color: rgb(217,197,20); }
td.TdClassName
{
border-color: #D9C514;
}
.TagClassName
{
border-color: #D9C514;
}
</style>