Shades of Bird Flower #D0C400
Tints of Bird Flower #D0C400
RGB
CMYK
RGB Variations
Color information
#D0C400 (or 0xD0C400) is known color: Bird Flower. HEX triplet: D0, C4 and 00. RGB value is (208,196,0). Sum of RGB (Red+Green+Blue) = 208+196+0=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C400 is #2F3BFF. Grayscale: #B2B2B2. Windows color (decimal): -3095552 or 50384. OLE color: 50384.
HSL color Cylindrical-coordinate representation of color #D0C400: hue angle of 56.54º 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 #D0C400 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.18 |
| HSL | 56.54º | 1% | 0.41% | - |
| HSV(B) | 56.54º | 1% | 0.82% | - |
| XYZ | 45.75 | 52.89 | 7.8 | - |
| YUV | 177.24 | 27.98 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 0 | 0 | 0.06 | 1 | 0.18 | 56.54 | 1 | 0.41 |
| Hex | D0 | C4 | 0 | 0 | 6 | 64 | 12 | 39 | 64 | 29 |
| Octal | 320 | 304 | 0 | 0 | 6 | 144 | 22 | 71 | 144 | 51 |
| Binary | 11010000 | 11000100 | 0 | 0 | 110 | 1100100 | 10010 | 111001 | 1100100 | 101001 |
Color Harmonies of #D0C400
Complementary color
Monochromatic Colors of #D0C400
Black with #D0C400
Text Example
Text Example
White with #D0C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C400; }
p { color: rgb(208,196,0); }
H1.HeaderClassName
{
color: #D0C400;
}
.AnyTagClassName
{
color: #D0C400;
}
</style>
background-color css
<style>
a { background-color: #D0C400; }
a { background-color: rgb(208,196,0); }
div.DivClassName
{
background-color: #D0C400;
}
.BgClassName
{
background-color: #D0C400;
}
</style>
border-color css
<style>
span { border-color: #D0C400; }
span { border-color: rgb(208,196,0); }
td.TdClassName
{
border-color: #D0C400;
}
.TagClassName
{
border-color: #D0C400;
}
</style>