Shades of Bird Flower #D2AF0E
Tints of Bird Flower #D2AF0E
RGB
CMYK
RGB Variations
Color information
#D2AF0E (or 0xD2AF0E) is known color: Bird Flower. HEX triplet: D2, AF and 0E. RGB value is (210,175,14). Sum of RGB (Red+Green+Blue) = 210+175+14=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AF0E is #2D50F1. Grayscale: #A7A7A7. Windows color (decimal): -2969842 or 962514. OLE color: 962514.
HSL color Cylindrical-coordinate representation of color #D2AF0E: hue angle of 49.29º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2AF0E is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 14 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.18 |
| HSL | 49.29º | 0.88% | 0.44% | - |
| HSV(B) | 49.29º | 0.93% | 0.82% | - |
| XYZ | 41.99 | 44.39 | 6.77 | - |
| YUV | 167.11 | 41.6 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 14 | 0 | 0.17 | 0.93 | 0.18 | 49.29 | 0.88 | 0.44 |
| Hex | D2 | AF | E | 0 | 11 | 5D | 12 | 31 | 58 | 2C |
| Octal | 322 | 257 | 16 | 0 | 21 | 135 | 22 | 61 | 130 | 54 |
| Binary | 11010010 | 10101111 | 1110 | 0 | 10001 | 1011101 | 10010 | 110001 | 1011000 | 101100 |
Color Harmonies of #D2AF0E
Complementary color
Monochromatic Colors of #D2AF0E
Black with #D2AF0E
Text Example
Text Example
White with #D2AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF0E; }
p { color: rgb(210,175,14); }
H1.HeaderClassName
{
color: #D2AF0E;
}
.AnyTagClassName
{
color: #D2AF0E;
}
</style>
background-color css
<style>
a { background-color: #D2AF0E; }
a { background-color: rgb(210,175,14); }
div.DivClassName
{
background-color: #D2AF0E;
}
.BgClassName
{
background-color: #D2AF0E;
}
</style>
border-color css
<style>
span { border-color: #D2AF0E; }
span { border-color: rgb(210,175,14); }
td.TdClassName
{
border-color: #D2AF0E;
}
.TagClassName
{
border-color: #D2AF0E;
}
</style>