Shades of Sunflower #D4B521
Tints of Sunflower #D4B521
RGB
CMYK
RGB Variations
Color information
#D4B521 (or 0xD4B521) is known color: Sunflower. HEX triplet: D4, B5 and 21. RGB value is (212,181,33). Sum of RGB (Red+Green+Blue) = 212+181+33=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B521 is #2B4ADE. Grayscale: #AEAEAE. Windows color (decimal): -2837215 or 2209236. OLE color: 2209236.
HSL color Cylindrical-coordinate representation of color #D4B521: hue angle of 49.61º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4B521 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 181 | 33 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.17 |
| HSL | 49.61º | 0.73% | 0.48% | - |
| HSV(B) | 49.61º | 0.84% | 0.83% | - |
| XYZ | 43.95 | 47.15 | 8.22 | - |
| YUV | 173.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 33 | 0 | 0.15 | 0.84 | 0.17 | 49.61 | 0.73 | 0.48 |
| Hex | D4 | B5 | 21 | 0 | F | 54 | 11 | 32 | 49 | 30 |
| Octal | 324 | 265 | 41 | 0 | 17 | 124 | 21 | 62 | 111 | 60 |
| Binary | 11010100 | 10110101 | 100001 | 0 | 1111 | 1010100 | 10001 | 110010 | 1001001 | 110000 |
Color Harmonies of #D4B521
Complementary color
Monochromatic Colors of #D4B521
Black with #D4B521
Text Example
Text Example
White with #D4B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B521; }
p { color: rgb(212,181,33); }
H1.HeaderClassName
{
color: #D4B521;
}
.AnyTagClassName
{
color: #D4B521;
}
</style>
background-color css
<style>
a { background-color: #D4B521; }
a { background-color: rgb(212,181,33); }
div.DivClassName
{
background-color: #D4B521;
}
.BgClassName
{
background-color: #D4B521;
}
</style>
border-color css
<style>
span { border-color: #D4B521; }
span { border-color: rgb(212,181,33); }
td.TdClassName
{
border-color: #D4B521;
}
.TagClassName
{
border-color: #D4B521;
}
</style>