Shades of Sunflower #D0B521
Tints of Sunflower #D0B521
RGB
CMYK
RGB Variations
Color information
#D0B521 (or 0xD0B521) is known color: Sunflower. HEX triplet: D0, B5 and 21. RGB value is (208,181,33). Sum of RGB (Red+Green+Blue) = 208+181+33=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B521 is #2F4ADE. Grayscale: #ACACAC. Windows color (decimal): -3099359 or 2209232. OLE color: 2209232.
HSL color Cylindrical-coordinate representation of color #D0B521: hue angle of 50.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0B521 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 33 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.18 |
| HSL | 50.74º | 0.73% | 0.47% | - |
| HSV(B) | 50.74º | 0.84% | 0.82% | - |
| XYZ | 42.81 | 46.57 | 8.17 | - |
| YUV | 172.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 33 | 0 | 0.13 | 0.84 | 0.18 | 50.74 | 0.73 | 0.47 |
| Hex | D0 | B5 | 21 | 0 | D | 54 | 12 | 33 | 49 | 2F |
| Octal | 320 | 265 | 41 | 0 | 15 | 124 | 22 | 63 | 111 | 57 |
| Binary | 11010000 | 10110101 | 100001 | 0 | 1101 | 1010100 | 10010 | 110011 | 1001001 | 101111 |
Color Harmonies of #D0B521
Complementary color
Monochromatic Colors of #D0B521
Black with #D0B521
Text Example
Text Example
White with #D0B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B521; }
p { color: rgb(208,181,33); }
H1.HeaderClassName
{
color: #D0B521;
}
.AnyTagClassName
{
color: #D0B521;
}
</style>
background-color css
<style>
a { background-color: #D0B521; }
a { background-color: rgb(208,181,33); }
div.DivClassName
{
background-color: #D0B521;
}
.BgClassName
{
background-color: #D0B521;
}
</style>
border-color css
<style>
span { border-color: #D0B521; }
span { border-color: rgb(208,181,33); }
td.TdClassName
{
border-color: #D0B521;
}
.TagClassName
{
border-color: #D0B521;
}
</style>