Shades of Bird Flower #D0AB08
Tints of Bird Flower #D0AB08
RGB
CMYK
RGB Variations
Color information
#D0AB08 (or 0xD0AB08) is known color: Bird Flower. HEX triplet: D0, AB and 08. RGB value is (208,171,8). Sum of RGB (Red+Green+Blue) = 208+171+8=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB08 is #2F54F7. Grayscale: #A4A4A4. Windows color (decimal): -3101944 or 568272. OLE color: 568272.
HSL color Cylindrical-coordinate representation of color #D0AB08: hue angle of 48.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0AB08 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.18 |
| HSL | 48.9º | 0.93% | 0.42% | - |
| HSV(B) | 48.9º | 0.96% | 0.82% | - |
| XYZ | 40.62 | 42.55 | 6.3 | - |
| YUV | 163.48 | 40.26 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 8 | 0 | 0.18 | 0.96 | 0.18 | 48.9 | 0.93 | 0.42 |
| Hex | D0 | AB | 8 | 0 | 12 | 60 | 12 | 31 | 5D | 2A |
| Octal | 320 | 253 | 10 | 0 | 22 | 140 | 22 | 61 | 135 | 52 |
| Binary | 11010000 | 10101011 | 1000 | 0 | 10010 | 1100000 | 10010 | 110001 | 1011101 | 101010 |
Color Harmonies of #D0AB08
Complementary color
Monochromatic Colors of #D0AB08
Black with #D0AB08
Text Example
Text Example
White with #D0AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB08; }
p { color: rgb(208,171,8); }
H1.HeaderClassName
{
color: #D0AB08;
}
.AnyTagClassName
{
color: #D0AB08;
}
</style>
background-color css
<style>
a { background-color: #D0AB08; }
a { background-color: rgb(208,171,8); }
div.DivClassName
{
background-color: #D0AB08;
}
.BgClassName
{
background-color: #D0AB08;
}
</style>
border-color css
<style>
span { border-color: #D0AB08; }
span { border-color: rgb(208,171,8); }
td.TdClassName
{
border-color: #D0AB08;
}
.TagClassName
{
border-color: #D0AB08;
}
</style>