Shades of Bird Flower #D0C500
Tints of Bird Flower #D0C500
RGB
CMYK
RGB Variations
Color information
#D0C500 (or 0xD0C500) is known color: Bird Flower. HEX triplet: D0, C5 and 00. RGB value is (208,197,0). Sum of RGB (Red+Green+Blue) = 208+197+0=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C500 is #2F3AFF. Grayscale: #B2B2B2. Windows color (decimal): -3095296 or 50640. OLE color: 50640.
HSL color Cylindrical-coordinate representation of color #D0C500: hue angle of 56.83º 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 #D0C500 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.18 |
| HSL | 56.83º | 1% | 0.41% | - |
| HSV(B) | 56.83º | 1% | 0.82% | - |
| XYZ | 45.98 | 53.34 | 7.87 | - |
| YUV | 177.83 | 27.64 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 0 | 0 | 0.05 | 1 | 0.18 | 56.83 | 1 | 0.41 |
| Hex | D0 | C5 | 0 | 0 | 5 | 64 | 12 | 39 | 64 | 29 |
| Octal | 320 | 305 | 0 | 0 | 5 | 144 | 22 | 71 | 144 | 51 |
| Binary | 11010000 | 11000101 | 0 | 0 | 101 | 1100100 | 10010 | 111001 | 1100100 | 101001 |
Color Harmonies of #D0C500
Complementary color
Monochromatic Colors of #D0C500
Black with #D0C500
Text Example
Text Example
White with #D0C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C500; }
p { color: rgb(208,197,0); }
H1.HeaderClassName
{
color: #D0C500;
}
.AnyTagClassName
{
color: #D0C500;
}
</style>
background-color css
<style>
a { background-color: #D0C500; }
a { background-color: rgb(208,197,0); }
div.DivClassName
{
background-color: #D0C500;
}
.BgClassName
{
background-color: #D0C500;
}
</style>
border-color css
<style>
span { border-color: #D0C500; }
span { border-color: rgb(208,197,0); }
td.TdClassName
{
border-color: #D0C500;
}
.TagClassName
{
border-color: #D0C500;
}
</style>