Shades of Sunflower #D4B010
Tints of Sunflower #D4B010
RGB
CMYK
RGB Variations
Color information
#D4B010 (or 0xD4B010) is known color: Sunflower. HEX triplet: D4, B0 and 10. RGB value is (212,176,16). Sum of RGB (Red+Green+Blue) = 212+176+16=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B010 is #2B4FEF. Grayscale: #A9A9A9. Windows color (decimal): -2838512 or 1093844. OLE color: 1093844.
HSL color Cylindrical-coordinate representation of color #D4B010: hue angle of 48.98º degrees, saturation: 0.86, 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 #D4B010 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.17 |
| HSL | 48.98º | 0.86% | 0.45% | - |
| HSV(B) | 48.98º | 0.92% | 0.83% | - |
| XYZ | 42.77 | 45.09 | 6.94 | - |
| YUV | 168.52 | 41.93 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 16 | 0 | 0.17 | 0.92 | 0.17 | 48.98 | 0.86 | 0.45 |
| Hex | D4 | B0 | 10 | 0 | 11 | 5C | 11 | 31 | 56 | 2D |
| Octal | 324 | 260 | 20 | 0 | 21 | 134 | 21 | 61 | 126 | 55 |
| Binary | 11010100 | 10110000 | 10000 | 0 | 10001 | 1011100 | 10001 | 110001 | 1010110 | 101101 |
Color Harmonies of #D4B010
Complementary color
Monochromatic Colors of #D4B010
Black with #D4B010
Text Example
Text Example
White with #D4B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B010; }
p { color: rgb(212,176,16); }
H1.HeaderClassName
{
color: #D4B010;
}
.AnyTagClassName
{
color: #D4B010;
}
</style>
background-color css
<style>
a { background-color: #D4B010; }
a { background-color: rgb(212,176,16); }
div.DivClassName
{
background-color: #D4B010;
}
.BgClassName
{
background-color: #D4B010;
}
</style>
border-color css
<style>
span { border-color: #D4B010; }
span { border-color: rgb(212,176,16); }
td.TdClassName
{
border-color: #D4B010;
}
.TagClassName
{
border-color: #D4B010;
}
</style>