Shades of Sunflower #D8B81E
Tints of Sunflower #D8B81E
RGB
CMYK
RGB Variations
Color information
#D8B81E (or 0xD8B81E) is known color: Sunflower. HEX triplet: D8, B8 and 1E. RGB value is (216,184,30). Sum of RGB (Red+Green+Blue) = 216+184+30=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B81E is #2747E1. Grayscale: #B0B0B0. Windows color (decimal): -2574306 or 2013400. OLE color: 2013400.
HSL color Cylindrical-coordinate representation of color #D8B81E: hue angle of 49.68º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8B81E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 30 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.15 |
| HSL | 49.68º | 0.76% | 0.48% | - |
| HSV(B) | 49.68º | 0.86% | 0.85% | - |
| XYZ | 45.69 | 48.97 | 8.27 | - |
| YUV | 176.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 30 | 0 | 0.15 | 0.86 | 0.15 | 49.68 | 0.76 | 0.48 |
| Hex | D8 | B8 | 1E | 0 | F | 56 | F | 32 | 4C | 30 |
| Octal | 330 | 270 | 36 | 0 | 17 | 126 | 17 | 62 | 114 | 60 |
| Binary | 11011000 | 10111000 | 11110 | 0 | 1111 | 1010110 | 1111 | 110010 | 1001100 | 110000 |
Color Harmonies of #D8B81E
Complementary color
Monochromatic Colors of #D8B81E
Black with #D8B81E
Text Example
Text Example
White with #D8B81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B81E; }
p { color: rgb(216,184,30); }
H1.HeaderClassName
{
color: #D8B81E;
}
.AnyTagClassName
{
color: #D8B81E;
}
</style>
background-color css
<style>
a { background-color: #D8B81E; }
a { background-color: rgb(216,184,30); }
div.DivClassName
{
background-color: #D8B81E;
}
.BgClassName
{
background-color: #D8B81E;
}
</style>
border-color css
<style>
span { border-color: #D8B81E; }
span { border-color: rgb(216,184,30); }
td.TdClassName
{
border-color: #D8B81E;
}
.TagClassName
{
border-color: #D8B81E;
}
</style>