Shades of Bird Flower #D0AF10
Tints of Bird Flower #D0AF10
RGB
CMYK
RGB Variations
Color information
#D0AF10 (or 0xD0AF10) is known color: Bird Flower. HEX triplet: D0, AF and 10. RGB value is (208,175,16). Sum of RGB (Red+Green+Blue) = 208+175+16=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AF10 is #2F50EF. Grayscale: #A7A7A7. Windows color (decimal): -3100912 or 1093584. OLE color: 1093584.
HSL color Cylindrical-coordinate representation of color #D0AF10: hue angle of 49.69º 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 #D0AF10 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 16 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.18 |
| HSL | 49.69º | 0.86% | 0.44% | - |
| HSV(B) | 49.69º | 0.92% | 0.82% | - |
| XYZ | 41.44 | 44.11 | 6.82 | - |
| YUV | 166.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 16 | 0 | 0.16 | 0.92 | 0.18 | 49.69 | 0.86 | 0.44 |
| Hex | D0 | AF | 10 | 0 | 10 | 5C | 12 | 32 | 56 | 2C |
| Octal | 320 | 257 | 20 | 0 | 20 | 134 | 22 | 62 | 126 | 54 |
| Binary | 11010000 | 10101111 | 10000 | 0 | 10000 | 1011100 | 10010 | 110010 | 1010110 | 101100 |
Color Harmonies of #D0AF10
Complementary color
Monochromatic Colors of #D0AF10
Black with #D0AF10
Text Example
Text Example
White with #D0AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF10; }
p { color: rgb(208,175,16); }
H1.HeaderClassName
{
color: #D0AF10;
}
.AnyTagClassName
{
color: #D0AF10;
}
</style>
background-color css
<style>
a { background-color: #D0AF10; }
a { background-color: rgb(208,175,16); }
div.DivClassName
{
background-color: #D0AF10;
}
.BgClassName
{
background-color: #D0AF10;
}
</style>
border-color css
<style>
span { border-color: #D0AF10; }
span { border-color: rgb(208,175,16); }
td.TdClassName
{
border-color: #D0AF10;
}
.TagClassName
{
border-color: #D0AF10;
}
</style>