Shades of Sunflower #D8BB1C
Tints of Sunflower #D8BB1C
RGB
CMYK
RGB Variations
Color information
#D8BB1C (or 0xD8BB1C) is known color: Sunflower. HEX triplet: D8, BB and 1C. RGB value is (216,187,28). Sum of RGB (Red+Green+Blue) = 216+187+28=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BB1C is #2744E3. Grayscale: #B2B2B2. Windows color (decimal): -2573540 or 1883096. OLE color: 1883096.
HSL color Cylindrical-coordinate representation of color #D8BB1C: hue angle of 50.74º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8BB1C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.15 |
| HSL | 50.74º | 0.77% | 0.48% | - |
| HSV(B) | 50.74º | 0.87% | 0.85% | - |
| XYZ | 46.3 | 50.22 | 8.35 | - |
| YUV | 177.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 28 | 0 | 0.13 | 0.87 | 0.15 | 50.74 | 0.77 | 0.48 |
| Hex | D8 | BB | 1C | 0 | D | 57 | F | 33 | 4D | 30 |
| Octal | 330 | 273 | 34 | 0 | 15 | 127 | 17 | 63 | 115 | 60 |
| Binary | 11011000 | 10111011 | 11100 | 0 | 1101 | 1010111 | 1111 | 110011 | 1001101 | 110000 |
Color Harmonies of #D8BB1C
Complementary color
Monochromatic Colors of #D8BB1C
Black with #D8BB1C
Text Example
Text Example
White with #D8BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB1C; }
p { color: rgb(216,187,28); }
H1.HeaderClassName
{
color: #D8BB1C;
}
.AnyTagClassName
{
color: #D8BB1C;
}
</style>
background-color css
<style>
a { background-color: #D8BB1C; }
a { background-color: rgb(216,187,28); }
div.DivClassName
{
background-color: #D8BB1C;
}
.BgClassName
{
background-color: #D8BB1C;
}
</style>
border-color css
<style>
span { border-color: #D8BB1C; }
span { border-color: rgb(216,187,28); }
td.TdClassName
{
border-color: #D8BB1C;
}
.TagClassName
{
border-color: #D8BB1C;
}
</style>