Shades of Bird Flower #D4AD07
Tints of Bird Flower #D4AD07
RGB
CMYK
RGB Variations
Color information
#D4AD07 (or 0xD4AD07) is known color: Bird Flower. HEX triplet: D4, AD and 07. RGB value is (212,173,7). Sum of RGB (Red+Green+Blue) = 212+173+7=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AD07 is #2B52F8. Grayscale: #A6A6A6. Windows color (decimal): -2839289 or 503252. OLE color: 503252.
HSL color Cylindrical-coordinate representation of color #D4AD07: hue angle of 48.59º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4AD07 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.17 |
| HSL | 48.59º | 0.94% | 0.43% | - |
| HSV(B) | 48.59º | 0.97% | 0.83% | - |
| XYZ | 42.13 | 43.9 | 6.45 | - |
| YUV | 165.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 7 | 0 | 0.18 | 0.97 | 0.17 | 48.59 | 0.94 | 0.43 |
| Hex | D4 | AD | 7 | 0 | 12 | 61 | 11 | 31 | 5E | 2B |
| Octal | 324 | 255 | 7 | 0 | 22 | 141 | 21 | 61 | 136 | 53 |
| Binary | 11010100 | 10101101 | 111 | 0 | 10010 | 1100001 | 10001 | 110001 | 1011110 | 101011 |
Color Harmonies of #D4AD07
Complementary color
Monochromatic Colors of #D4AD07
Black with #D4AD07
Text Example
Text Example
White with #D4AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD07; }
p { color: rgb(212,173,7); }
H1.HeaderClassName
{
color: #D4AD07;
}
.AnyTagClassName
{
color: #D4AD07;
}
</style>
background-color css
<style>
a { background-color: #D4AD07; }
a { background-color: rgb(212,173,7); }
div.DivClassName
{
background-color: #D4AD07;
}
.BgClassName
{
background-color: #D4AD07;
}
</style>
border-color css
<style>
span { border-color: #D4AD07; }
span { border-color: rgb(212,173,7); }
td.TdClassName
{
border-color: #D4AD07;
}
.TagClassName
{
border-color: #D4AD07;
}
</style>