Shades of Bird Flower #D2AF10
Tints of Bird Flower #D2AF10
RGB
CMYK
RGB Variations
Color information
#D2AF10 (or 0xD2AF10) is known color: Bird Flower. HEX triplet: D2, AF and 10. RGB value is (210,175,16). Sum of RGB (Red+Green+Blue) = 210+175+16=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AF10 is #2D50EF. Grayscale: #A8A8A8. Windows color (decimal): -2969840 or 1093586. OLE color: 1093586.
HSL color Cylindrical-coordinate representation of color #D2AF10: hue angle of 49.18º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2AF10 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.18 |
| HSL | 49.18º | 0.86% | 0.44% | - |
| HSV(B) | 49.18º | 0.92% | 0.82% | - |
| XYZ | 42 | 44.4 | 6.85 | - |
| YUV | 167.34 | 42.6 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 16 | 0 | 0.17 | 0.92 | 0.18 | 49.18 | 0.86 | 0.44 |
| Hex | D2 | AF | 10 | 0 | 11 | 5C | 12 | 31 | 56 | 2C |
| Octal | 322 | 257 | 20 | 0 | 21 | 134 | 22 | 61 | 126 | 54 |
| Binary | 11010010 | 10101111 | 10000 | 0 | 10001 | 1011100 | 10010 | 110001 | 1010110 | 101100 |
Color Harmonies of #D2AF10
Complementary color
Monochromatic Colors of #D2AF10
Black with #D2AF10
Text Example
Text Example
White with #D2AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF10; }
p { color: rgb(210,175,16); }
H1.HeaderClassName
{
color: #D2AF10;
}
.AnyTagClassName
{
color: #D2AF10;
}
</style>
background-color css
<style>
a { background-color: #D2AF10; }
a { background-color: rgb(210,175,16); }
div.DivClassName
{
background-color: #D2AF10;
}
.BgClassName
{
background-color: #D2AF10;
}
</style>
border-color css
<style>
span { border-color: #D2AF10; }
span { border-color: rgb(210,175,16); }
td.TdClassName
{
border-color: #D2AF10;
}
.TagClassName
{
border-color: #D2AF10;
}
</style>