Shades of Bird Flower #D0AD0D
Tints of Bird Flower #D0AD0D
RGB
CMYK
RGB Variations
Color information
#D0AD0D (or 0xD0AD0D) is known color: Bird Flower. HEX triplet: D0, AD and 0D. RGB value is (208,173,13). Sum of RGB (Red+Green+Blue) = 208+173+13=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AD0D is #2F52F2. Grayscale: #A5A5A5. Windows color (decimal): -3101427 or 896464. OLE color: 896464.
HSL color Cylindrical-coordinate representation of color #D0AD0D: hue angle of 49.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0AD0D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.18 |
| HSL | 49.23º | 0.88% | 0.43% | - |
| HSV(B) | 49.23º | 0.94% | 0.82% | - |
| XYZ | 41.03 | 43.33 | 6.58 | - |
| YUV | 165.23 | 42.1 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 13 | 0 | 0.17 | 0.94 | 0.18 | 49.23 | 0.88 | 0.43 |
| Hex | D0 | AD | D | 0 | 11 | 5E | 12 | 31 | 58 | 2B |
| Octal | 320 | 255 | 15 | 0 | 21 | 136 | 22 | 61 | 130 | 53 |
| Binary | 11010000 | 10101101 | 1101 | 0 | 10001 | 1011110 | 10010 | 110001 | 1011000 | 101011 |
Color Harmonies of #D0AD0D
Complementary color
Monochromatic Colors of #D0AD0D
Black with #D0AD0D
Text Example
Text Example
White with #D0AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD0D; }
p { color: rgb(208,173,13); }
H1.HeaderClassName
{
color: #D0AD0D;
}
.AnyTagClassName
{
color: #D0AD0D;
}
</style>
background-color css
<style>
a { background-color: #D0AD0D; }
a { background-color: rgb(208,173,13); }
div.DivClassName
{
background-color: #D0AD0D;
}
.BgClassName
{
background-color: #D0AD0D;
}
</style>
border-color css
<style>
span { border-color: #D0AD0D; }
span { border-color: rgb(208,173,13); }
td.TdClassName
{
border-color: #D0AD0D;
}
.TagClassName
{
border-color: #D0AD0D;
}
</style>