Shades of Bird Flower #D2B60C
Tints of Bird Flower #D2B60C
RGB
CMYK
RGB Variations
Color information
#D2B60C (or 0xD2B60C) is known color: Bird Flower. HEX triplet: D2, B6 and 0C. RGB value is (210,182,12). Sum of RGB (Red+Green+Blue) = 210+182+12=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B60C is #2D49F3. Grayscale: #ABABAB. Windows color (decimal): -2968052 or 833234. OLE color: 833234.
HSL color Cylindrical-coordinate representation of color #D2B60C: hue angle of 51.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2B60C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.18 |
| HSL | 51.52º | 0.89% | 0.44% | - |
| HSV(B) | 51.52º | 0.94% | 0.82% | - |
| XYZ | 43.37 | 47.18 | 7.17 | - |
| YUV | 170.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 12 | 0 | 0.13 | 0.94 | 0.18 | 51.52 | 0.89 | 0.44 |
| Hex | D2 | B6 | C | 0 | D | 5E | 12 | 34 | 59 | 2C |
| Octal | 322 | 266 | 14 | 0 | 15 | 136 | 22 | 64 | 131 | 54 |
| Binary | 11010010 | 10110110 | 1100 | 0 | 1101 | 1011110 | 10010 | 110100 | 1011001 | 101100 |
Color Harmonies of #D2B60C
Complementary color
Monochromatic Colors of #D2B60C
Black with #D2B60C
Text Example
Text Example
White with #D2B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B60C; }
p { color: rgb(210,182,12); }
H1.HeaderClassName
{
color: #D2B60C;
}
.AnyTagClassName
{
color: #D2B60C;
}
</style>
background-color css
<style>
a { background-color: #D2B60C; }
a { background-color: rgb(210,182,12); }
div.DivClassName
{
background-color: #D2B60C;
}
.BgClassName
{
background-color: #D2B60C;
}
</style>
border-color css
<style>
span { border-color: #D2B60C; }
span { border-color: rgb(210,182,12); }
td.TdClassName
{
border-color: #D2B60C;
}
.TagClassName
{
border-color: #D2B60C;
}
</style>