Shades of Sunflower #D2BB21
Tints of Sunflower #D2BB21
RGB
CMYK
RGB Variations
Color information
#D2BB21 (or 0xD2BB21) is known color: Sunflower. HEX triplet: D2, BB and 21. RGB value is (210,187,33). Sum of RGB (Red+Green+Blue) = 210+187+33=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB21 is #2D44DE. Grayscale: #B0B0B0. Windows color (decimal): -2966751 or 2210770. OLE color: 2210770.
HSL color Cylindrical-coordinate representation of color #D2BB21: hue angle of 52.2º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2BB21 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 33 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.18 |
| HSL | 52.2º | 0.73% | 0.48% | - |
| HSV(B) | 52.2º | 0.84% | 0.82% | - |
| XYZ | 44.62 | 49.35 | 8.61 | - |
| YUV | 176.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 33 | 0 | 0.11 | 0.84 | 0.18 | 52.2 | 0.73 | 0.48 |
| Hex | D2 | BB | 21 | 0 | B | 54 | 12 | 34 | 49 | 30 |
| Octal | 322 | 273 | 41 | 0 | 13 | 124 | 22 | 64 | 111 | 60 |
| Binary | 11010010 | 10111011 | 100001 | 0 | 1011 | 1010100 | 10010 | 110100 | 1001001 | 110000 |
Color Harmonies of #D2BB21
Complementary color
Monochromatic Colors of #D2BB21
Black with #D2BB21
Text Example
Text Example
White with #D2BB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BB21; }
p { color: rgb(210,187,33); }
H1.HeaderClassName
{
color: #D2BB21;
}
.AnyTagClassName
{
color: #D2BB21;
}
</style>
background-color css
<style>
a { background-color: #D2BB21; }
a { background-color: rgb(210,187,33); }
div.DivClassName
{
background-color: #D2BB21;
}
.BgClassName
{
background-color: #D2BB21;
}
</style>
border-color css
<style>
span { border-color: #D2BB21; }
span { border-color: rgb(210,187,33); }
td.TdClassName
{
border-color: #D2BB21;
}
.TagClassName
{
border-color: #D2BB21;
}
</style>