Shades of Sunflower #D2B51D
Tints of Sunflower #D2B51D
RGB
CMYK
RGB Variations
Color information
#D2B51D (or 0xD2B51D) is known color: Sunflower. HEX triplet: D2, B5 and 1D. RGB value is (210,181,29). Sum of RGB (Red+Green+Blue) = 210+181+29=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B51D is #2D4AE2. Grayscale: #ACACAC. Windows color (decimal): -2968291 or 1947090. OLE color: 1947090.
HSL color Cylindrical-coordinate representation of color #D2B51D: hue angle of 50.39º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2B51D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 29 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.18 |
| HSL | 50.39º | 0.76% | 0.47% | - |
| HSV(B) | 50.39º | 0.86% | 0.82% | - |
| XYZ | 43.32 | 46.84 | 7.92 | - |
| YUV | 172.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 29 | 0 | 0.14 | 0.86 | 0.18 | 50.39 | 0.76 | 0.47 |
| Hex | D2 | B5 | 1D | 0 | E | 56 | 12 | 32 | 4C | 2F |
| Octal | 322 | 265 | 35 | 0 | 16 | 126 | 22 | 62 | 114 | 57 |
| Binary | 11010010 | 10110101 | 11101 | 0 | 1110 | 1010110 | 10010 | 110010 | 1001100 | 101111 |
Color Harmonies of #D2B51D
Complementary color
Monochromatic Colors of #D2B51D
Black with #D2B51D
Text Example
Text Example
White with #D2B51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B51D; }
p { color: rgb(210,181,29); }
H1.HeaderClassName
{
color: #D2B51D;
}
.AnyTagClassName
{
color: #D2B51D;
}
</style>
background-color css
<style>
a { background-color: #D2B51D; }
a { background-color: rgb(210,181,29); }
div.DivClassName
{
background-color: #D2B51D;
}
.BgClassName
{
background-color: #D2B51D;
}
</style>
border-color css
<style>
span { border-color: #D2B51D; }
span { border-color: rgb(210,181,29); }
td.TdClassName
{
border-color: #D2B51D;
}
.TagClassName
{
border-color: #D2B51D;
}
</style>