Shades of Sunflower #D1B521
Tints of Sunflower #D1B521
RGB
CMYK
RGB Variations
Color information
#D1B521 (or 0xD1B521) is known color: Sunflower. HEX triplet: D1, B5 and 21. RGB value is (209,181,33). Sum of RGB (Red+Green+Blue) = 209+181+33=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B521 is #2E4ADE. Grayscale: #ADADAD. Windows color (decimal): -3033823 or 2209233. OLE color: 2209233.
HSL color Cylindrical-coordinate representation of color #D1B521: hue angle of 50.45º 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 #D1B521 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 33 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.18 |
| HSL | 50.45º | 0.73% | 0.47% | - |
| HSV(B) | 50.45º | 0.84% | 0.82% | - |
| XYZ | 43.09 | 46.71 | 8.18 | - |
| YUV | 172.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 33 | 0 | 0.13 | 0.84 | 0.18 | 50.45 | 0.73 | 0.47 |
| Hex | D1 | B5 | 21 | 0 | D | 54 | 12 | 32 | 49 | 2F |
| Octal | 321 | 265 | 41 | 0 | 15 | 124 | 22 | 62 | 111 | 57 |
| Binary | 11010001 | 10110101 | 100001 | 0 | 1101 | 1010100 | 10010 | 110010 | 1001001 | 101111 |
Color Harmonies of #D1B521
Complementary color
Monochromatic Colors of #D1B521
Black with #D1B521
Text Example
Text Example
White with #D1B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B521; }
p { color: rgb(209,181,33); }
H1.HeaderClassName
{
color: #D1B521;
}
.AnyTagClassName
{
color: #D1B521;
}
</style>
background-color css
<style>
a { background-color: #D1B521; }
a { background-color: rgb(209,181,33); }
div.DivClassName
{
background-color: #D1B521;
}
.BgClassName
{
background-color: #D1B521;
}
</style>
border-color css
<style>
span { border-color: #D1B521; }
span { border-color: rgb(209,181,33); }
td.TdClassName
{
border-color: #D1B521;
}
.TagClassName
{
border-color: #D1B521;
}
</style>