Shades of Sunflower #D3B216
Tints of Sunflower #D3B216
RGB
CMYK
RGB Variations
Color information
#D3B216 (or 0xD3B216) is known color: Sunflower. HEX triplet: D3, B2 and 16. RGB value is (211,178,22). Sum of RGB (Red+Green+Blue) = 211+178+22=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3B216 is #2C4DE9. Grayscale: #AAAAAA. Windows color (decimal): -2903530 or 1487571. OLE color: 1487571.
HSL color Cylindrical-coordinate representation of color #D3B216: hue angle of 49.52º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3B216 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 178 | 22 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.17 |
| HSL | 49.52º | 0.81% | 0.46% | - |
| HSV(B) | 49.52º | 0.9% | 0.83% | - |
| XYZ | 42.93 | 45.75 | 7.33 | - |
| YUV | 170.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 178 | 22 | 0 | 0.16 | 0.90 | 0.17 | 49.52 | 0.81 | 0.46 |
| Hex | D3 | B2 | 16 | 0 | 10 | 5A | 11 | 32 | 51 | 2E |
| Octal | 323 | 262 | 26 | 0 | 20 | 132 | 21 | 62 | 121 | 56 |
| Binary | 11010011 | 10110010 | 10110 | 0 | 10000 | 1011010 | 10001 | 110010 | 1010001 | 101110 |
Color Harmonies of #D3B216
Complementary color
Monochromatic Colors of #D3B216
Black with #D3B216
Text Example
Text Example
White with #D3B216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B216; }
p { color: rgb(211,178,22); }
H1.HeaderClassName
{
color: #D3B216;
}
.AnyTagClassName
{
color: #D3B216;
}
</style>
background-color css
<style>
a { background-color: #D3B216; }
a { background-color: rgb(211,178,22); }
div.DivClassName
{
background-color: #D3B216;
}
.BgClassName
{
background-color: #D3B216;
}
</style>
border-color css
<style>
span { border-color: #D3B216; }
span { border-color: rgb(211,178,22); }
td.TdClassName
{
border-color: #D3B216;
}
.TagClassName
{
border-color: #D3B216;
}
</style>