Shades of Bird Flower #D0AD0F
Tints of Bird Flower #D0AD0F
RGB
CMYK
RGB Variations
Color information
#D0AD0F (or 0xD0AD0F) is known color: Bird Flower. HEX triplet: D0, AD and 0F. RGB value is (208,173,15). Sum of RGB (Red+Green+Blue) = 208+173+15=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AD0F is #2F52F0. Grayscale: #A6A6A6. Windows color (decimal): -3101425 or 1027536. OLE color: 1027536.
HSL color Cylindrical-coordinate representation of color #D0AD0F: hue angle of 49.12º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0AD0F is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 15 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.18 |
| HSL | 49.12º | 0.87% | 0.44% | - |
| HSV(B) | 49.12º | 0.93% | 0.82% | - |
| XYZ | 41.04 | 43.33 | 6.65 | - |
| YUV | 165.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 15 | 0 | 0.17 | 0.93 | 0.18 | 49.12 | 0.87 | 0.44 |
| Hex | D0 | AD | F | 0 | 11 | 5D | 12 | 31 | 57 | 2C |
| Octal | 320 | 255 | 17 | 0 | 21 | 135 | 22 | 61 | 127 | 54 |
| Binary | 11010000 | 10101101 | 1111 | 0 | 10001 | 1011101 | 10010 | 110001 | 1010111 | 101100 |
Color Harmonies of #D0AD0F
Complementary color
Monochromatic Colors of #D0AD0F
Black with #D0AD0F
Text Example
Text Example
White with #D0AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD0F; }
p { color: rgb(208,173,15); }
H1.HeaderClassName
{
color: #D0AD0F;
}
.AnyTagClassName
{
color: #D0AD0F;
}
</style>
background-color css
<style>
a { background-color: #D0AD0F; }
a { background-color: rgb(208,173,15); }
div.DivClassName
{
background-color: #D0AD0F;
}
.BgClassName
{
background-color: #D0AD0F;
}
</style>
border-color css
<style>
span { border-color: #D0AD0F; }
span { border-color: rgb(208,173,15); }
td.TdClassName
{
border-color: #D0AD0F;
}
.TagClassName
{
border-color: #D0AD0F;
}
</style>