Shades of Sunflower #D4B214
Tints of Sunflower #D4B214
RGB
CMYK
RGB Variations
Color information
#D4B214 (or 0xD4B214) is known color: Sunflower. HEX triplet: D4, B2 and 14. RGB value is (212,178,20). Sum of RGB (Red+Green+Blue) = 212+178+20=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B214 is #2B4DEB. Grayscale: #AAAAAA. Windows color (decimal): -2837996 or 1356500. OLE color: 1356500.
HSL color Cylindrical-coordinate representation of color #D4B214: hue angle of 49.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4B214 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 178 | 20 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.17 |
| HSL | 49.38º | 0.83% | 0.45% | - |
| HSV(B) | 49.38º | 0.91% | 0.83% | - |
| XYZ | 43.2 | 45.89 | 7.24 | - |
| YUV | 170.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 20 | 0 | 0.16 | 0.91 | 0.17 | 49.38 | 0.83 | 0.45 |
| Hex | D4 | B2 | 14 | 0 | 10 | 5B | 11 | 31 | 53 | 2D |
| Octal | 324 | 262 | 24 | 0 | 20 | 133 | 21 | 61 | 123 | 55 |
| Binary | 11010100 | 10110010 | 10100 | 0 | 10000 | 1011011 | 10001 | 110001 | 1010011 | 101101 |
Color Harmonies of #D4B214
Complementary color
Monochromatic Colors of #D4B214
Black with #D4B214
Text Example
Text Example
White with #D4B214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B214; }
p { color: rgb(212,178,20); }
H1.HeaderClassName
{
color: #D4B214;
}
.AnyTagClassName
{
color: #D4B214;
}
</style>
background-color css
<style>
a { background-color: #D4B214; }
a { background-color: rgb(212,178,20); }
div.DivClassName
{
background-color: #D4B214;
}
.BgClassName
{
background-color: #D4B214;
}
</style>
border-color css
<style>
span { border-color: #D4B214; }
span { border-color: rgb(212,178,20); }
td.TdClassName
{
border-color: #D4B214;
}
.TagClassName
{
border-color: #D4B214;
}
</style>