Shades of Sunflower #D8B908
Tints of Sunflower #D8B908
RGB
CMYK
RGB Variations
Color information
#D8B908 (or 0xD8B908) is known color: Sunflower. HEX triplet: D8, B9 and 08. RGB value is (216,185,8). Sum of RGB (Red+Green+Blue) = 216+185+8=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B908 is #2746F7. Grayscale: #AEAEAE. Windows color (decimal): -2574072 or 571864. OLE color: 571864.
HSL color Cylindrical-coordinate representation of color #D8B908: hue angle of 51.06º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8B908 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.15 |
| HSL | 51.06º | 0.93% | 0.44% | - |
| HSV(B) | 51.06º | 0.96% | 0.85% | - |
| XYZ | 45.71 | 49.31 | 7.34 | - |
| YUV | 174.09 | 34.27 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 8 | 0 | 0.14 | 0.96 | 0.15 | 51.06 | 0.93 | 0.44 |
| Hex | D8 | B9 | 8 | 0 | E | 60 | F | 33 | 5D | 2C |
| Octal | 330 | 271 | 10 | 0 | 16 | 140 | 17 | 63 | 135 | 54 |
| Binary | 11011000 | 10111001 | 1000 | 0 | 1110 | 1100000 | 1111 | 110011 | 1011101 | 101100 |
Color Harmonies of #D8B908
Complementary color
Monochromatic Colors of #D8B908
Black with #D8B908
Text Example
Text Example
White with #D8B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B908; }
p { color: rgb(216,185,8); }
H1.HeaderClassName
{
color: #D8B908;
}
.AnyTagClassName
{
color: #D8B908;
}
</style>
background-color css
<style>
a { background-color: #D8B908; }
a { background-color: rgb(216,185,8); }
div.DivClassName
{
background-color: #D8B908;
}
.BgClassName
{
background-color: #D8B908;
}
</style>
border-color css
<style>
span { border-color: #D8B908; }
span { border-color: rgb(216,185,8); }
td.TdClassName
{
border-color: #D8B908;
}
.TagClassName
{
border-color: #D8B908;
}
</style>