Shades of Sunflower #D2B926
Tints of Sunflower #D2B926
RGB
CMYK
RGB Variations
Color information
#D2B926 (or 0xD2B926) is known color: Sunflower. HEX triplet: D2, B9 and 26. RGB value is (210,185,38). Sum of RGB (Red+Green+Blue) = 210+185+38=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B926 is #2D46D9. Grayscale: #B0B0B0. Windows color (decimal): -2967258 or 2537938. OLE color: 2537938.
HSL color Cylindrical-coordinate representation of color #D2B926: hue angle of 51.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2B926 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 38 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.18 |
| HSL | 51.28º | 0.69% | 0.49% | - |
| HSV(B) | 51.28º | 0.82% | 0.82% | - |
| XYZ | 44.28 | 48.54 | 8.87 | - |
| YUV | 175.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 38 | 0 | 0.12 | 0.82 | 0.18 | 51.28 | 0.69 | 0.49 |
| Hex | D2 | B9 | 26 | 0 | C | 52 | 12 | 33 | 45 | 31 |
| Octal | 322 | 271 | 46 | 0 | 14 | 122 | 22 | 63 | 105 | 61 |
| Binary | 11010010 | 10111001 | 100110 | 0 | 1100 | 1010010 | 10010 | 110011 | 1000101 | 110001 |
Color Harmonies of #D2B926
Complementary color
Monochromatic Colors of #D2B926
Black with #D2B926
Text Example
Text Example
White with #D2B926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B926; }
p { color: rgb(210,185,38); }
H1.HeaderClassName
{
color: #D2B926;
}
.AnyTagClassName
{
color: #D2B926;
}
</style>
background-color css
<style>
a { background-color: #D2B926; }
a { background-color: rgb(210,185,38); }
div.DivClassName
{
background-color: #D2B926;
}
.BgClassName
{
background-color: #D2B926;
}
</style>
border-color css
<style>
span { border-color: #D2B926; }
span { border-color: rgb(210,185,38); }
td.TdClassName
{
border-color: #D2B926;
}
.TagClassName
{
border-color: #D2B926;
}
</style>