Shades of Bird Flower #D0AB01
Tints of Bird Flower #D0AB01
RGB
CMYK
RGB Variations
Color information
#D0AB01 (or 0xD0AB01) is known color: Bird Flower. HEX triplet: D0, AB and 01. RGB value is (208,171,1). Sum of RGB (Red+Green+Blue) = 208+171+1=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB01 is #2F54FE. Grayscale: #A3A3A3. Windows color (decimal): -3101951 or 109520. OLE color: 109520.
HSL color Cylindrical-coordinate representation of color #D0AB01: hue angle of 49.28º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0AB01 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.18 |
| HSL | 49.28º | 0.99% | 0.41% | - |
| HSV(B) | 49.28º | 1% | 0.82% | - |
| XYZ | 40.58 | 42.54 | 6.1 | - |
| YUV | 162.68 | 36.76 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 1 | 0 | 0.18 | 1.00 | 0.18 | 49.28 | 0.99 | 0.41 |
| Hex | D0 | AB | 1 | 0 | 12 | 64 | 12 | 31 | 63 | 29 |
| Octal | 320 | 253 | 1 | 0 | 22 | 144 | 22 | 61 | 143 | 51 |
| Binary | 11010000 | 10101011 | 1 | 0 | 10010 | 1100100 | 10010 | 110001 | 1100011 | 101001 |
Color Harmonies of #D0AB01
Complementary color
Monochromatic Colors of #D0AB01
Black with #D0AB01
Text Example
Text Example
White with #D0AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB01; }
p { color: rgb(208,171,1); }
H1.HeaderClassName
{
color: #D0AB01;
}
.AnyTagClassName
{
color: #D0AB01;
}
</style>
background-color css
<style>
a { background-color: #D0AB01; }
a { background-color: rgb(208,171,1); }
div.DivClassName
{
background-color: #D0AB01;
}
.BgClassName
{
background-color: #D0AB01;
}
</style>
border-color css
<style>
span { border-color: #D0AB01; }
span { border-color: rgb(208,171,1); }
td.TdClassName
{
border-color: #D0AB01;
}
.TagClassName
{
border-color: #D0AB01;
}
</style>