Shades of Sunflower #D8BA1C
Tints of Sunflower #D8BA1C
RGB
CMYK
RGB Variations
Color information
#D8BA1C (or 0xD8BA1C) is known color: Sunflower. HEX triplet: D8, BA and 1C. RGB value is (216,186,28). Sum of RGB (Red+Green+Blue) = 216+186+28=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA1C is #2745E3. Grayscale: #B1B1B1. Windows color (decimal): -2573796 or 1882840. OLE color: 1882840.
HSL color Cylindrical-coordinate representation of color #D8BA1C: hue angle of 50.43º 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 #D8BA1C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.15 |
| HSL | 50.43º | 0.77% | 0.48% | - |
| HSV(B) | 50.43º | 0.87% | 0.85% | - |
| XYZ | 46.09 | 49.8 | 8.28 | - |
| YUV | 176.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 28 | 0 | 0.14 | 0.87 | 0.15 | 50.43 | 0.77 | 0.48 |
| Hex | D8 | BA | 1C | 0 | E | 57 | F | 32 | 4D | 30 |
| Octal | 330 | 272 | 34 | 0 | 16 | 127 | 17 | 62 | 115 | 60 |
| Binary | 11011000 | 10111010 | 11100 | 0 | 1110 | 1010111 | 1111 | 110010 | 1001101 | 110000 |
Color Harmonies of #D8BA1C
Complementary color
Monochromatic Colors of #D8BA1C
Black with #D8BA1C
Text Example
Text Example
White with #D8BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA1C; }
p { color: rgb(216,186,28); }
H1.HeaderClassName
{
color: #D8BA1C;
}
.AnyTagClassName
{
color: #D8BA1C;
}
</style>
background-color css
<style>
a { background-color: #D8BA1C; }
a { background-color: rgb(216,186,28); }
div.DivClassName
{
background-color: #D8BA1C;
}
.BgClassName
{
background-color: #D8BA1C;
}
</style>
border-color css
<style>
span { border-color: #D8BA1C; }
span { border-color: rgb(216,186,28); }
td.TdClassName
{
border-color: #D8BA1C;
}
.TagClassName
{
border-color: #D8BA1C;
}
</style>