Shades of Sunflower #D9C11F
Tints of Sunflower #D9C11F
RGB
CMYK
RGB Variations
Color information
#D9C11F (or 0xD9C11F) is known color: Sunflower. HEX triplet: D9, C1 and 1F. RGB value is (217,193,31). Sum of RGB (Red+Green+Blue) = 217+193+31=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C11F is #263EE0. Grayscale: #B6B6B6. Windows color (decimal): -2506465 or 2081241. OLE color: 2081241.
HSL color Cylindrical-coordinate representation of color #D9C11F: hue angle of 52.26º 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 #D9C11F is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 31 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.15 |
| HSL | 52.26º | 0.75% | 0.49% | - |
| HSV(B) | 52.26º | 0.86% | 0.85% | - |
| XYZ | 47.93 | 52.99 | 9 | - |
| YUV | 181.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 31 | 0 | 0.11 | 0.86 | 0.15 | 52.26 | 0.75 | 0.49 |
| Hex | D9 | C1 | 1F | 0 | B | 56 | F | 34 | 4B | 31 |
| Octal | 331 | 301 | 37 | 0 | 13 | 126 | 17 | 64 | 113 | 61 |
| Binary | 11011001 | 11000001 | 11111 | 0 | 1011 | 1010110 | 1111 | 110100 | 1001011 | 110001 |
Color Harmonies of #D9C11F
Complementary color
Monochromatic Colors of #D9C11F
Black with #D9C11F
Text Example
Text Example
White with #D9C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C11F; }
p { color: rgb(217,193,31); }
H1.HeaderClassName
{
color: #D9C11F;
}
.AnyTagClassName
{
color: #D9C11F;
}
</style>
background-color css
<style>
a { background-color: #D9C11F; }
a { background-color: rgb(217,193,31); }
div.DivClassName
{
background-color: #D9C11F;
}
.BgClassName
{
background-color: #D9C11F;
}
</style>
border-color css
<style>
span { border-color: #D9C11F; }
span { border-color: rgb(217,193,31); }
td.TdClassName
{
border-color: #D9C11F;
}
.TagClassName
{
border-color: #D9C11F;
}
</style>