Shades of Sunflower #D8BB0D
Tints of Sunflower #D8BB0D
RGB
CMYK
RGB Variations
Color information
#D8BB0D (or 0xD8BB0D) is known color: Sunflower. HEX triplet: D8, BB and 0D. RGB value is (216,187,13). Sum of RGB (Red+Green+Blue) = 216+187+13=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BB0D is #2744F2. Grayscale: #B0B0B0. Windows color (decimal): -2573555 or 900056. OLE color: 900056.
HSL color Cylindrical-coordinate representation of color #D8BB0D: hue angle of 51.43º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8BB0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.15 |
| HSL | 51.43º | 0.89% | 0.45% | - |
| HSV(B) | 51.43º | 0.94% | 0.85% | - |
| XYZ | 46.16 | 50.17 | 7.63 | - |
| YUV | 175.84 | 36.11 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 13 | 0 | 0.13 | 0.94 | 0.15 | 51.43 | 0.89 | 0.45 |
| Hex | D8 | BB | D | 0 | D | 5E | F | 33 | 59 | 2D |
| Octal | 330 | 273 | 15 | 0 | 15 | 136 | 17 | 63 | 131 | 55 |
| Binary | 11011000 | 10111011 | 1101 | 0 | 1101 | 1011110 | 1111 | 110011 | 1011001 | 101101 |
Color Harmonies of #D8BB0D
Complementary color
Monochromatic Colors of #D8BB0D
Black with #D8BB0D
Text Example
Text Example
White with #D8BB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB0D; }
p { color: rgb(216,187,13); }
H1.HeaderClassName
{
color: #D8BB0D;
}
.AnyTagClassName
{
color: #D8BB0D;
}
</style>
background-color css
<style>
a { background-color: #D8BB0D; }
a { background-color: rgb(216,187,13); }
div.DivClassName
{
background-color: #D8BB0D;
}
.BgClassName
{
background-color: #D8BB0D;
}
</style>
border-color css
<style>
span { border-color: #D8BB0D; }
span { border-color: rgb(216,187,13); }
td.TdClassName
{
border-color: #D8BB0D;
}
.TagClassName
{
border-color: #D8BB0D;
}
</style>