Shades of Sunflower #D4B211
Tints of Sunflower #D4B211
RGB
CMYK
RGB Variations
Color information
#D4B211 (or 0xD4B211) is known color: Sunflower. HEX triplet: D4, B2 and 11. RGB value is (212,178,17). Sum of RGB (Red+Green+Blue) = 212+178+17=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B211 is #2B4DEE. Grayscale: #AAAAAA. Windows color (decimal): -2837999 or 1159892. OLE color: 1159892.
HSL color Cylindrical-coordinate representation of color #D4B211: hue angle of 49.54º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4B211 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.17 |
| HSL | 49.54º | 0.85% | 0.45% | - |
| HSV(B) | 49.54º | 0.92% | 0.83% | - |
| XYZ | 43.17 | 45.88 | 7.11 | - |
| YUV | 169.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 17 | 0 | 0.16 | 0.92 | 0.17 | 49.54 | 0.85 | 0.45 |
| Hex | D4 | B2 | 11 | 0 | 10 | 5C | 11 | 32 | 55 | 2D |
| Octal | 324 | 262 | 21 | 0 | 20 | 134 | 21 | 62 | 125 | 55 |
| Binary | 11010100 | 10110010 | 10001 | 0 | 10000 | 1011100 | 10001 | 110010 | 1010101 | 101101 |
Color Harmonies of #D4B211
Complementary color
Monochromatic Colors of #D4B211
Black with #D4B211
Text Example
Text Example
White with #D4B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B211; }
p { color: rgb(212,178,17); }
H1.HeaderClassName
{
color: #D4B211;
}
.AnyTagClassName
{
color: #D4B211;
}
</style>
background-color css
<style>
a { background-color: #D4B211; }
a { background-color: rgb(212,178,17); }
div.DivClassName
{
background-color: #D4B211;
}
.BgClassName
{
background-color: #D4B211;
}
</style>
border-color css
<style>
span { border-color: #D4B211; }
span { border-color: rgb(212,178,17); }
td.TdClassName
{
border-color: #D4B211;
}
.TagClassName
{
border-color: #D4B211;
}
</style>