Shades of Bird Flower #D0C000
Tints of Bird Flower #D0C000
RGB
CMYK
RGB Variations
Color information
#D0C000 (or 0xD0C000) is known color: Bird Flower. HEX triplet: D0, C0 and 00. RGB value is (208,192,0). Sum of RGB (Red+Green+Blue) = 208+192+0=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C000 is #2F3FFF. Grayscale: #AFAFAF. Windows color (decimal): -3096576 or 49360. OLE color: 49360.
HSL color Cylindrical-coordinate representation of color #D0C000: hue angle of 55.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0C000 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.18 |
| HSL | 55.38º | 1% | 0.41% | - |
| HSV(B) | 55.38º | 1% | 0.82% | - |
| XYZ | 44.86 | 51.11 | 7.5 | - |
| YUV | 174.9 | 29.3 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 0 | 0 | 0.08 | 1 | 0.18 | 55.38 | 1 | 0.41 |
| Hex | D0 | C0 | 0 | 0 | 8 | 64 | 12 | 37 | 64 | 29 |
| Octal | 320 | 300 | 0 | 0 | 10 | 144 | 22 | 67 | 144 | 51 |
| Binary | 11010000 | 11000000 | 0 | 0 | 1000 | 1100100 | 10010 | 110111 | 1100100 | 101001 |
Color Harmonies of #D0C000
Complementary color
Monochromatic Colors of #D0C000
Black with #D0C000
Text Example
Text Example
White with #D0C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C000; }
p { color: rgb(208,192,0); }
H1.HeaderClassName
{
color: #D0C000;
}
.AnyTagClassName
{
color: #D0C000;
}
</style>
background-color css
<style>
a { background-color: #D0C000; }
a { background-color: rgb(208,192,0); }
div.DivClassName
{
background-color: #D0C000;
}
.BgClassName
{
background-color: #D0C000;
}
</style>
border-color css
<style>
span { border-color: #D0C000; }
span { border-color: rgb(208,192,0); }
td.TdClassName
{
border-color: #D0C000;
}
.TagClassName
{
border-color: #D0C000;
}
</style>