Shades of Bird Flower #D0AB02
Tints of Bird Flower #D0AB02
RGB
CMYK
RGB Variations
Color information
#D0AB02 (or 0xD0AB02) is known color: Bird Flower. HEX triplet: D0, AB and 02. RGB value is (208,171,2). Sum of RGB (Red+Green+Blue) = 208+171+2=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB02 is #2F54FD. Grayscale: #A3A3A3. Windows color (decimal): -3101950 or 175056. OLE color: 175056.
HSL color Cylindrical-coordinate representation of color #D0AB02: hue angle of 49.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0AB02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.18 |
| HSL | 49.22º | 0.98% | 0.41% | - |
| HSV(B) | 49.22º | 0.99% | 0.82% | - |
| XYZ | 40.59 | 42.54 | 6.13 | - |
| YUV | 162.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 2 | 0 | 0.18 | 0.99 | 0.18 | 49.22 | 0.98 | 0.41 |
| Hex | D0 | AB | 2 | 0 | 12 | 63 | 12 | 31 | 62 | 29 |
| Octal | 320 | 253 | 2 | 0 | 22 | 143 | 22 | 61 | 142 | 51 |
| Binary | 11010000 | 10101011 | 10 | 0 | 10010 | 1100011 | 10010 | 110001 | 1100010 | 101001 |
Color Harmonies of #D0AB02
Complementary color
Monochromatic Colors of #D0AB02
Black with #D0AB02
Text Example
Text Example
White with #D0AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB02; }
p { color: rgb(208,171,2); }
H1.HeaderClassName
{
color: #D0AB02;
}
.AnyTagClassName
{
color: #D0AB02;
}
</style>
background-color css
<style>
a { background-color: #D0AB02; }
a { background-color: rgb(208,171,2); }
div.DivClassName
{
background-color: #D0AB02;
}
.BgClassName
{
background-color: #D0AB02;
}
</style>
border-color css
<style>
span { border-color: #D0AB02; }
span { border-color: rgb(208,171,2); }
td.TdClassName
{
border-color: #D0AB02;
}
.TagClassName
{
border-color: #D0AB02;
}
</style>