Shades of Bird Flower #D2B614
Tints of Bird Flower #D2B614
RGB
CMYK
RGB Variations
Color information
#D2B614 (or 0xD2B614) is known color: Bird Flower. HEX triplet: D2, B6 and 14. RGB value is (210,182,20). Sum of RGB (Red+Green+Blue) = 210+182+20=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B614 is #2D49EB. Grayscale: #ACACAC. Windows color (decimal): -2968044 or 1357522. OLE color: 1357522.
HSL color Cylindrical-coordinate representation of color #D2B614: hue angle of 51.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2B614 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 20 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.18 |
| HSL | 51.16º | 0.83% | 0.45% | - |
| HSV(B) | 51.16º | 0.9% | 0.82% | - |
| XYZ | 43.43 | 47.21 | 7.48 | - |
| YUV | 171.9 | 42.28 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 20 | 0 | 0.13 | 0.90 | 0.18 | 51.16 | 0.83 | 0.45 |
| Hex | D2 | B6 | 14 | 0 | D | 5A | 12 | 33 | 53 | 2D |
| Octal | 322 | 266 | 24 | 0 | 15 | 132 | 22 | 63 | 123 | 55 |
| Binary | 11010010 | 10110110 | 10100 | 0 | 1101 | 1011010 | 10010 | 110011 | 1010011 | 101101 |
Color Harmonies of #D2B614
Complementary color
Monochromatic Colors of #D2B614
Black with #D2B614
Text Example
Text Example
White with #D2B614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B614; }
p { color: rgb(210,182,20); }
H1.HeaderClassName
{
color: #D2B614;
}
.AnyTagClassName
{
color: #D2B614;
}
</style>
background-color css
<style>
a { background-color: #D2B614; }
a { background-color: rgb(210,182,20); }
div.DivClassName
{
background-color: #D2B614;
}
.BgClassName
{
background-color: #D2B614;
}
</style>
border-color css
<style>
span { border-color: #D2B614; }
span { border-color: rgb(210,182,20); }
td.TdClassName
{
border-color: #D2B614;
}
.TagClassName
{
border-color: #D2B614;
}
</style>