Shades of Bird Flower #D4B610
Tints of Bird Flower #D4B610
RGB
CMYK
RGB Variations
Color information
#D4B610 (or 0xD4B610) is known color: Bird Flower. HEX triplet: D4, B6 and 10. RGB value is (212,182,16). Sum of RGB (Red+Green+Blue) = 212+182+16=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B610 is #2B49EF. Grayscale: #ACACAC. Windows color (decimal): -2836976 or 1095380. OLE color: 1095380.
HSL color Cylindrical-coordinate representation of color #D4B610: hue angle of 50.82º 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 #D4B610 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 182 | 16 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.17 |
| HSL | 50.82º | 0.86% | 0.45% | - |
| HSV(B) | 50.82º | 0.92% | 0.83% | - |
| XYZ | 43.97 | 47.49 | 7.34 | - |
| YUV | 172.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 182 | 16 | 0 | 0.14 | 0.92 | 0.17 | 50.82 | 0.86 | 0.45 |
| Hex | D4 | B6 | 10 | 0 | E | 5C | 11 | 33 | 56 | 2D |
| Octal | 324 | 266 | 20 | 0 | 16 | 134 | 21 | 63 | 126 | 55 |
| Binary | 11010100 | 10110110 | 10000 | 0 | 1110 | 1011100 | 10001 | 110011 | 1010110 | 101101 |
Color Harmonies of #D4B610
Complementary color
Monochromatic Colors of #D4B610
Black with #D4B610
Text Example
Text Example
White with #D4B610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B610; }
p { color: rgb(212,182,16); }
H1.HeaderClassName
{
color: #D4B610;
}
.AnyTagClassName
{
color: #D4B610;
}
</style>
background-color css
<style>
a { background-color: #D4B610; }
a { background-color: rgb(212,182,16); }
div.DivClassName
{
background-color: #D4B610;
}
.BgClassName
{
background-color: #D4B610;
}
</style>
border-color css
<style>
span { border-color: #D4B610; }
span { border-color: rgb(212,182,16); }
td.TdClassName
{
border-color: #D4B610;
}
.TagClassName
{
border-color: #D4B610;
}
</style>