Shades of Sunflower #D2B421
Tints of Sunflower #D2B421
RGB
CMYK
RGB Variations
Color information
#D2B421 (or 0xD2B421) is known color: Sunflower. HEX triplet: D2, B4 and 21. RGB value is (210,180,33). Sum of RGB (Red+Green+Blue) = 210+180+33=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B421 is #2D4BDE. Grayscale: #ACACAC. Windows color (decimal): -2968543 or 2208978. OLE color: 2208978.
HSL color Cylindrical-coordinate representation of color #D2B421: hue angle of 49.83º 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 #D2B421 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 33 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.18 |
| HSL | 49.83º | 0.73% | 0.48% | - |
| HSV(B) | 49.83º | 0.84% | 0.82% | - |
| XYZ | 43.17 | 46.45 | 8.13 | - |
| YUV | 172.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 33 | 0 | 0.14 | 0.84 | 0.18 | 49.83 | 0.73 | 0.48 |
| Hex | D2 | B4 | 21 | 0 | E | 54 | 12 | 32 | 49 | 30 |
| Octal | 322 | 264 | 41 | 0 | 16 | 124 | 22 | 62 | 111 | 60 |
| Binary | 11010010 | 10110100 | 100001 | 0 | 1110 | 1010100 | 10010 | 110010 | 1001001 | 110000 |
Color Harmonies of #D2B421
Complementary color
Monochromatic Colors of #D2B421
Black with #D2B421
Text Example
Text Example
White with #D2B421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B421; }
p { color: rgb(210,180,33); }
H1.HeaderClassName
{
color: #D2B421;
}
.AnyTagClassName
{
color: #D2B421;
}
</style>
background-color css
<style>
a { background-color: #D2B421; }
a { background-color: rgb(210,180,33); }
div.DivClassName
{
background-color: #D2B421;
}
.BgClassName
{
background-color: #D2B421;
}
</style>
border-color css
<style>
span { border-color: #D2B421; }
span { border-color: rgb(210,180,33); }
td.TdClassName
{
border-color: #D2B421;
}
.TagClassName
{
border-color: #D2B421;
}
</style>