Shades of Sunflower #D9BB18
Tints of Sunflower #D9BB18
RGB
CMYK
RGB Variations
Color information
#D9BB18 (or 0xD9BB18) is known color: Sunflower. HEX triplet: D9, BB and 18. RGB value is (217,187,24). Sum of RGB (Red+Green+Blue) = 217+187+24=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BB18 is #2644E7. Grayscale: #B2B2B2. Windows color (decimal): -2508008 or 1620953. OLE color: 1620953.
HSL color Cylindrical-coordinate representation of color #D9BB18: hue angle of 50.67º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9BB18 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.15 |
| HSL | 50.67º | 0.8% | 0.47% | - |
| HSV(B) | 50.67º | 0.89% | 0.85% | - |
| XYZ | 46.55 | 50.36 | 8.13 | - |
| YUV | 177.39 | 41.44 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 24 | 0 | 0.14 | 0.89 | 0.15 | 50.67 | 0.8 | 0.47 |
| Hex | D9 | BB | 18 | 0 | E | 59 | F | 33 | 50 | 2F |
| Octal | 331 | 273 | 30 | 0 | 16 | 131 | 17 | 63 | 120 | 57 |
| Binary | 11011001 | 10111011 | 11000 | 0 | 1110 | 1011001 | 1111 | 110011 | 1010000 | 101111 |
Color Harmonies of #D9BB18
Complementary color
Monochromatic Colors of #D9BB18
Black with #D9BB18
Text Example
Text Example
White with #D9BB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BB18; }
p { color: rgb(217,187,24); }
H1.HeaderClassName
{
color: #D9BB18;
}
.AnyTagClassName
{
color: #D9BB18;
}
</style>
background-color css
<style>
a { background-color: #D9BB18; }
a { background-color: rgb(217,187,24); }
div.DivClassName
{
background-color: #D9BB18;
}
.BgClassName
{
background-color: #D9BB18;
}
</style>
border-color css
<style>
span { border-color: #D9BB18; }
span { border-color: rgb(217,187,24); }
td.TdClassName
{
border-color: #D9BB18;
}
.TagClassName
{
border-color: #D9BB18;
}
</style>