Shades of Bird Flower #D0AF06
Tints of Bird Flower #D0AF06
RGB
CMYK
RGB Variations
Color information
#D0AF06 (or 0xD0AF06) is known color: Bird Flower. HEX triplet: D0, AF and 06. RGB value is (208,175,6). Sum of RGB (Red+Green+Blue) = 208+175+6=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AF06 is #2F50F9. Grayscale: #A6A6A6. Windows color (decimal): -3100922 or 438224. OLE color: 438224.
HSL color Cylindrical-coordinate representation of color #D0AF06: hue angle of 50.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0AF06 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.18 |
| HSL | 50.2º | 0.94% | 0.42% | - |
| HSV(B) | 50.2º | 0.97% | 0.82% | - |
| XYZ | 41.38 | 44.08 | 6.5 | - |
| YUV | 165.6 | 37.93 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 6 | 0 | 0.16 | 0.97 | 0.18 | 50.2 | 0.94 | 0.42 |
| Hex | D0 | AF | 6 | 0 | 10 | 61 | 12 | 32 | 5E | 2A |
| Octal | 320 | 257 | 6 | 0 | 20 | 141 | 22 | 62 | 136 | 52 |
| Binary | 11010000 | 10101111 | 110 | 0 | 10000 | 1100001 | 10010 | 110010 | 1011110 | 101010 |
Color Harmonies of #D0AF06
Complementary color
Monochromatic Colors of #D0AF06
Black with #D0AF06
Text Example
Text Example
White with #D0AF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF06; }
p { color: rgb(208,175,6); }
H1.HeaderClassName
{
color: #D0AF06;
}
.AnyTagClassName
{
color: #D0AF06;
}
</style>
background-color css
<style>
a { background-color: #D0AF06; }
a { background-color: rgb(208,175,6); }
div.DivClassName
{
background-color: #D0AF06;
}
.BgClassName
{
background-color: #D0AF06;
}
</style>
border-color css
<style>
span { border-color: #D0AF06; }
span { border-color: rgb(208,175,6); }
td.TdClassName
{
border-color: #D0AF06;
}
.TagClassName
{
border-color: #D0AF06;
}
</style>