Shades of Sunflower #D8BD2B
Tints of Sunflower #D8BD2B
RGB
CMYK
RGB Variations
Color information
#D8BD2B (or 0xD8BD2B) is known color: Sunflower. HEX triplet: D8, BD and 2B. RGB value is (216,189,43). Sum of RGB (Red+Green+Blue) = 216+189+43=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD2B is #2742D4. Grayscale: #B5B5B5. Windows color (decimal): -2573013 or 2866648. OLE color: 2866648.
HSL color Cylindrical-coordinate representation of color #D8BD2B: hue angle of 50.64º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8BD2B is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 43 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.15 |
| HSL | 50.64º | 0.69% | 0.51% | - |
| HSV(B) | 50.64º | 0.8% | 0.85% | - |
| XYZ | 46.95 | 51.17 | 9.69 | - |
| YUV | 180.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 43 | 0 | 0.12 | 0.80 | 0.15 | 50.64 | 0.69 | 0.51 |
| Hex | D8 | BD | 2B | 0 | C | 50 | F | 33 | 45 | 33 |
| Octal | 330 | 275 | 53 | 0 | 14 | 120 | 17 | 63 | 105 | 63 |
| Binary | 11011000 | 10111101 | 101011 | 0 | 1100 | 1010000 | 1111 | 110011 | 1000101 | 110011 |
Color Harmonies of #D8BD2B
Complementary color
Monochromatic Colors of #D8BD2B
Black with #D8BD2B
Text Example
Text Example
White with #D8BD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD2B; }
p { color: rgb(216,189,43); }
H1.HeaderClassName
{
color: #D8BD2B;
}
.AnyTagClassName
{
color: #D8BD2B;
}
</style>
background-color css
<style>
a { background-color: #D8BD2B; }
a { background-color: rgb(216,189,43); }
div.DivClassName
{
background-color: #D8BD2B;
}
.BgClassName
{
background-color: #D8BD2B;
}
</style>
border-color css
<style>
span { border-color: #D8BD2B; }
span { border-color: rgb(216,189,43); }
td.TdClassName
{
border-color: #D8BD2B;
}
.TagClassName
{
border-color: #D8BD2B;
}
</style>