Shades of Bird Flower #D1AF0E
Tints of Bird Flower #D1AF0E
RGB
CMYK
RGB Variations
Color information
#D1AF0E (or 0xD1AF0E) is known color: Bird Flower. HEX triplet: D1, AF and 0E. RGB value is (209,175,14). Sum of RGB (Red+Green+Blue) = 209+175+14=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AF0E is #2E50F1. Grayscale: #A7A7A7. Windows color (decimal): -3035378 or 962513. OLE color: 962513.
HSL color Cylindrical-coordinate representation of color #D1AF0E: hue angle of 49.54º degrees, saturation: 0.87, 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 #D1AF0E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 14 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.18 |
| HSL | 49.54º | 0.87% | 0.44% | - |
| HSV(B) | 49.54º | 0.93% | 0.82% | - |
| XYZ | 41.7 | 44.25 | 6.76 | - |
| YUV | 166.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 14 | 0 | 0.16 | 0.93 | 0.18 | 49.54 | 0.87 | 0.44 |
| Hex | D1 | AF | E | 0 | 10 | 5D | 12 | 32 | 57 | 2C |
| Octal | 321 | 257 | 16 | 0 | 20 | 135 | 22 | 62 | 127 | 54 |
| Binary | 11010001 | 10101111 | 1110 | 0 | 10000 | 1011101 | 10010 | 110010 | 1010111 | 101100 |
Color Harmonies of #D1AF0E
Complementary color
Monochromatic Colors of #D1AF0E
Black with #D1AF0E
Text Example
Text Example
White with #D1AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF0E; }
p { color: rgb(209,175,14); }
H1.HeaderClassName
{
color: #D1AF0E;
}
.AnyTagClassName
{
color: #D1AF0E;
}
</style>
background-color css
<style>
a { background-color: #D1AF0E; }
a { background-color: rgb(209,175,14); }
div.DivClassName
{
background-color: #D1AF0E;
}
.BgClassName
{
background-color: #D1AF0E;
}
</style>
border-color css
<style>
span { border-color: #D1AF0E; }
span { border-color: rgb(209,175,14); }
td.TdClassName
{
border-color: #D1AF0E;
}
.TagClassName
{
border-color: #D1AF0E;
}
</style>