Shades of Sunflower #D9C31E
Tints of Sunflower #D9C31E
RGB
CMYK
RGB Variations
Color information
#D9C31E (or 0xD9C31E) is known color: Sunflower. HEX triplet: D9, C3 and 1E. RGB value is (217,195,30). Sum of RGB (Red+Green+Blue) = 217+195+30=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C31E is #263CE1. Grayscale: #B7B7B7. Windows color (decimal): -2505954 or 2016217. OLE color: 2016217.
HSL color Cylindrical-coordinate representation of color #D9C31E: hue angle of 52.94º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9C31E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 30 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.15 |
| HSL | 52.94º | 0.76% | 0.48% | - |
| HSV(B) | 52.94º | 0.86% | 0.85% | - |
| XYZ | 48.36 | 53.88 | 9.08 | - |
| YUV | 182.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 30 | 0 | 0.10 | 0.86 | 0.15 | 52.94 | 0.76 | 0.48 |
| Hex | D9 | C3 | 1E | 0 | A | 56 | F | 35 | 4C | 30 |
| Octal | 331 | 303 | 36 | 0 | 12 | 126 | 17 | 65 | 114 | 60 |
| Binary | 11011001 | 11000011 | 11110 | 0 | 1010 | 1010110 | 1111 | 110101 | 1001100 | 110000 |
Color Harmonies of #D9C31E
Complementary color
Monochromatic Colors of #D9C31E
Black with #D9C31E
Text Example
Text Example
White with #D9C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C31E; }
p { color: rgb(217,195,30); }
H1.HeaderClassName
{
color: #D9C31E;
}
.AnyTagClassName
{
color: #D9C31E;
}
</style>
background-color css
<style>
a { background-color: #D9C31E; }
a { background-color: rgb(217,195,30); }
div.DivClassName
{
background-color: #D9C31E;
}
.BgClassName
{
background-color: #D9C31E;
}
</style>
border-color css
<style>
span { border-color: #D9C31E; }
span { border-color: rgb(217,195,30); }
td.TdClassName
{
border-color: #D9C31E;
}
.TagClassName
{
border-color: #D9C31E;
}
</style>