Shades of Sunflower #D2BB20
Tints of Sunflower #D2BB20
RGB
CMYK
RGB Variations
Color information
#D2BB20 (or 0xD2BB20) is known color: Sunflower. HEX triplet: D2, BB and 20. RGB value is (210,187,32). Sum of RGB (Red+Green+Blue) = 210+187+32=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB20 is #2D44DF. Grayscale: #B0B0B0. Windows color (decimal): -2966752 or 2145234. OLE color: 2145234.
HSL color Cylindrical-coordinate representation of color #D2BB20: hue angle of 52.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2BB20 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 32 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.18 |
| HSL | 52.25º | 0.74% | 0.47% | - |
| HSV(B) | 52.25º | 0.85% | 0.82% | - |
| XYZ | 44.61 | 49.35 | 8.54 | - |
| YUV | 176.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 32 | 0 | 0.11 | 0.85 | 0.18 | 52.25 | 0.74 | 0.47 |
| Hex | D2 | BB | 20 | 0 | B | 55 | 12 | 34 | 4A | 2F |
| Octal | 322 | 273 | 40 | 0 | 13 | 125 | 22 | 64 | 112 | 57 |
| Binary | 11010010 | 10111011 | 100000 | 0 | 1011 | 1010101 | 10010 | 110100 | 1001010 | 101111 |
Color Harmonies of #D2BB20
Complementary color
Monochromatic Colors of #D2BB20
Black with #D2BB20
Text Example
Text Example
White with #D2BB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB20; }
p { color: rgb(210,187,32); }
H1.HeaderClassName
{
color: #D2BB20;
}
.AnyTagClassName
{
color: #D2BB20;
}
</style>
background-color css
<style>
a { background-color: #D2BB20; }
a { background-color: rgb(210,187,32); }
div.DivClassName
{
background-color: #D2BB20;
}
.BgClassName
{
background-color: #D2BB20;
}
</style>
border-color css
<style>
span { border-color: #D2BB20; }
span { border-color: rgb(210,187,32); }
td.TdClassName
{
border-color: #D2BB20;
}
.TagClassName
{
border-color: #D2BB20;
}
</style>