Shades of Sunflower #D0B524
Tints of Sunflower #D0B524
RGB
CMYK
RGB Variations
Color information
#D0B524 (or 0xD0B524) is known color: Sunflower. HEX triplet: D0, B5 and 24. RGB value is (208,181,36). Sum of RGB (Red+Green+Blue) = 208+181+36=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B524 is #2F4ADB. Grayscale: #ADADAD. Windows color (decimal): -3099356 or 2405840. OLE color: 2405840.
HSL color Cylindrical-coordinate representation of color #D0B524: hue angle of 50.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0B524 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 36 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.18 |
| HSL | 50.58º | 0.7% | 0.48% | - |
| HSV(B) | 50.58º | 0.83% | 0.82% | - |
| XYZ | 42.85 | 46.59 | 8.4 | - |
| YUV | 172.54 | 50.95 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 36 | 0 | 0.13 | 0.83 | 0.18 | 50.58 | 0.7 | 0.48 |
| Hex | D0 | B5 | 24 | 0 | D | 53 | 12 | 33 | 46 | 30 |
| Octal | 320 | 265 | 44 | 0 | 15 | 123 | 22 | 63 | 106 | 60 |
| Binary | 11010000 | 10110101 | 100100 | 0 | 1101 | 1010011 | 10010 | 110011 | 1000110 | 110000 |
Color Harmonies of #D0B524
Complementary color
Monochromatic Colors of #D0B524
Black with #D0B524
Text Example
Text Example
White with #D0B524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B524; }
p { color: rgb(208,181,36); }
H1.HeaderClassName
{
color: #D0B524;
}
.AnyTagClassName
{
color: #D0B524;
}
</style>
background-color css
<style>
a { background-color: #D0B524; }
a { background-color: rgb(208,181,36); }
div.DivClassName
{
background-color: #D0B524;
}
.BgClassName
{
background-color: #D0B524;
}
</style>
border-color css
<style>
span { border-color: #D0B524; }
span { border-color: rgb(208,181,36); }
td.TdClassName
{
border-color: #D0B524;
}
.TagClassName
{
border-color: #D0B524;
}
</style>