Shades of Sunflower #D8B615
Tints of Sunflower #D8B615
RGB
CMYK
RGB Variations
Color information
#D8B615 (or 0xD8B615) is known color: Sunflower. HEX triplet: D8, B6 and 15. RGB value is (216,182,21). Sum of RGB (Red+Green+Blue) = 216+182+21=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B615 is #2749EA. Grayscale: #AEAEAE. Windows color (decimal): -2574827 or 1423064. OLE color: 1423064.
HSL color Cylindrical-coordinate representation of color #D8B615: hue angle of 49.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8B615 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 182 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.15 |
| HSL | 49.54º | 0.82% | 0.46% | - |
| HSV(B) | 49.54º | 0.9% | 0.85% | - |
| XYZ | 45.18 | 48.11 | 7.61 | - |
| YUV | 173.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 182 | 21 | 0 | 0.16 | 0.90 | 0.15 | 49.54 | 0.82 | 0.46 |
| Hex | D8 | B6 | 15 | 0 | 10 | 5A | F | 32 | 52 | 2E |
| Octal | 330 | 266 | 25 | 0 | 20 | 132 | 17 | 62 | 122 | 56 |
| Binary | 11011000 | 10110110 | 10101 | 0 | 10000 | 1011010 | 1111 | 110010 | 1010010 | 101110 |
Color Harmonies of #D8B615
Complementary color
Monochromatic Colors of #D8B615
Black with #D8B615
Text Example
Text Example
White with #D8B615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B615; }
p { color: rgb(216,182,21); }
H1.HeaderClassName
{
color: #D8B615;
}
.AnyTagClassName
{
color: #D8B615;
}
</style>
background-color css
<style>
a { background-color: #D8B615; }
a { background-color: rgb(216,182,21); }
div.DivClassName
{
background-color: #D8B615;
}
.BgClassName
{
background-color: #D8B615;
}
</style>
border-color css
<style>
span { border-color: #D8B615; }
span { border-color: rgb(216,182,21); }
td.TdClassName
{
border-color: #D8B615;
}
.TagClassName
{
border-color: #D8B615;
}
</style>