Shades of Bird Flower #D4AD0A
Tints of Bird Flower #D4AD0A
RGB
CMYK
RGB Variations
Color information
#D4AD0A (or 0xD4AD0A) is known color: Bird Flower. HEX triplet: D4, AD and 0A. RGB value is (212,173,10). Sum of RGB (Red+Green+Blue) = 212+173+10=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AD0A is #2B52F5. Grayscale: #A6A6A6. Windows color (decimal): -2839286 or 699860. OLE color: 699860.
HSL color Cylindrical-coordinate representation of color #D4AD0A: hue angle of 48.42º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4AD0A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.17 |
| HSL | 48.42º | 0.91% | 0.44% | - |
| HSV(B) | 48.42º | 0.95% | 0.83% | - |
| XYZ | 42.15 | 43.91 | 6.54 | - |
| YUV | 166.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 10 | 0 | 0.18 | 0.95 | 0.17 | 48.42 | 0.91 | 0.44 |
| Hex | D4 | AD | A | 0 | 12 | 5F | 11 | 30 | 5B | 2C |
| Octal | 324 | 255 | 12 | 0 | 22 | 137 | 21 | 60 | 133 | 54 |
| Binary | 11010100 | 10101101 | 1010 | 0 | 10010 | 1011111 | 10001 | 110000 | 1011011 | 101100 |
Color Harmonies of #D4AD0A
Complementary color
Monochromatic Colors of #D4AD0A
Black with #D4AD0A
Text Example
Text Example
White with #D4AD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD0A; }
p { color: rgb(212,173,10); }
H1.HeaderClassName
{
color: #D4AD0A;
}
.AnyTagClassName
{
color: #D4AD0A;
}
</style>
background-color css
<style>
a { background-color: #D4AD0A; }
a { background-color: rgb(212,173,10); }
div.DivClassName
{
background-color: #D4AD0A;
}
.BgClassName
{
background-color: #D4AD0A;
}
</style>
border-color css
<style>
span { border-color: #D4AD0A; }
span { border-color: rgb(212,173,10); }
td.TdClassName
{
border-color: #D4AD0A;
}
.TagClassName
{
border-color: #D4AD0A;
}
</style>