Shades of Sunflower #D4B215
Tints of Sunflower #D4B215
RGB
CMYK
RGB Variations
Color information
#D4B215 (or 0xD4B215) is known color: Sunflower. HEX triplet: D4, B2 and 15. RGB value is (212,178,21). Sum of RGB (Red+Green+Blue) = 212+178+21=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B215 is #2B4DEA. Grayscale: #AAAAAA. Windows color (decimal): -2837995 or 1422036. OLE color: 1422036.
HSL color Cylindrical-coordinate representation of color #D4B215: hue angle of 49.32º degrees, saturation: 0.82, 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 #D4B215 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.17 |
| HSL | 49.32º | 0.82% | 0.46% | - |
| HSV(B) | 49.32º | 0.9% | 0.83% | - |
| XYZ | 43.21 | 45.89 | 7.29 | - |
| YUV | 170.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 21 | 0 | 0.16 | 0.90 | 0.17 | 49.32 | 0.82 | 0.46 |
| Hex | D4 | B2 | 15 | 0 | 10 | 5A | 11 | 31 | 52 | 2E |
| Octal | 324 | 262 | 25 | 0 | 20 | 132 | 21 | 61 | 122 | 56 |
| Binary | 11010100 | 10110010 | 10101 | 0 | 10000 | 1011010 | 10001 | 110001 | 1010010 | 101110 |
Color Harmonies of #D4B215
Complementary color
Monochromatic Colors of #D4B215
Black with #D4B215
Text Example
Text Example
White with #D4B215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B215; }
p { color: rgb(212,178,21); }
H1.HeaderClassName
{
color: #D4B215;
}
.AnyTagClassName
{
color: #D4B215;
}
</style>
background-color css
<style>
a { background-color: #D4B215; }
a { background-color: rgb(212,178,21); }
div.DivClassName
{
background-color: #D4B215;
}
.BgClassName
{
background-color: #D4B215;
}
</style>
border-color css
<style>
span { border-color: #D4B215; }
span { border-color: rgb(212,178,21); }
td.TdClassName
{
border-color: #D4B215;
}
.TagClassName
{
border-color: #D4B215;
}
</style>