Shades of Sunflower #D8B30B
Tints of Sunflower #D8B30B
RGB
CMYK
RGB Variations
Color information
#D8B30B (or 0xD8B30B) is known color: Sunflower. HEX triplet: D8, B3 and 0B. RGB value is (216,179,11). Sum of RGB (Red+Green+Blue) = 216+179+11=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B30B is #274CF4. Grayscale: #ABABAB. Windows color (decimal): -2575605 or 766936. OLE color: 766936.
HSL color Cylindrical-coordinate representation of color #D8B30B: hue angle of 49.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8B30B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 179 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.15 |
| HSL | 49.17º | 0.9% | 0.45% | - |
| HSV(B) | 49.17º | 0.95% | 0.85% | - |
| XYZ | 44.5 | 46.86 | 7.02 | - |
| YUV | 170.91 | 37.76 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 11 | 0 | 0.17 | 0.95 | 0.15 | 49.17 | 0.9 | 0.45 |
| Hex | D8 | B3 | B | 0 | 11 | 5F | F | 31 | 5A | 2D |
| Octal | 330 | 263 | 13 | 0 | 21 | 137 | 17 | 61 | 132 | 55 |
| Binary | 11011000 | 10110011 | 1011 | 0 | 10001 | 1011111 | 1111 | 110001 | 1011010 | 101101 |
Color Harmonies of #D8B30B
Complementary color
Monochromatic Colors of #D8B30B
Black with #D8B30B
Text Example
Text Example
White with #D8B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B30B; }
p { color: rgb(216,179,11); }
H1.HeaderClassName
{
color: #D8B30B;
}
.AnyTagClassName
{
color: #D8B30B;
}
</style>
background-color css
<style>
a { background-color: #D8B30B; }
a { background-color: rgb(216,179,11); }
div.DivClassName
{
background-color: #D8B30B;
}
.BgClassName
{
background-color: #D8B30B;
}
</style>
border-color css
<style>
span { border-color: #D8B30B; }
span { border-color: rgb(216,179,11); }
td.TdClassName
{
border-color: #D8B30B;
}
.TagClassName
{
border-color: #D8B30B;
}
</style>