Shades of Bird Flower #D0C60E
Tints of Bird Flower #D0C60E
RGB
CMYK
RGB Variations
Color information
#D0C60E (or 0xD0C60E) is known color: Bird Flower. HEX triplet: D0, C6 and 0E. RGB value is (208,198,14). Sum of RGB (Red+Green+Blue) = 208+198+14=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C60E is #2F39F1. Grayscale: #B4B4B4. Windows color (decimal): -3095026 or 968400. OLE color: 968400.
HSL color Cylindrical-coordinate representation of color #D0C60E: hue angle of 56.91º 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 #D0C60E is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 14 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.18 |
| HSL | 56.91º | 0.87% | 0.44% | - |
| HSV(B) | 56.91º | 0.93% | 0.82% | - |
| XYZ | 46.29 | 53.83 | 8.37 | - |
| YUV | 180.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 14 | 0 | 0.05 | 0.93 | 0.18 | 56.91 | 0.87 | 0.44 |
| Hex | D0 | C6 | E | 0 | 5 | 5D | 12 | 39 | 57 | 2C |
| Octal | 320 | 306 | 16 | 0 | 5 | 135 | 22 | 71 | 127 | 54 |
| Binary | 11010000 | 11000110 | 1110 | 0 | 101 | 1011101 | 10010 | 111001 | 1010111 | 101100 |
Color Harmonies of #D0C60E
Complementary color
Monochromatic Colors of #D0C60E
Black with #D0C60E
Text Example
Text Example
White with #D0C60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C60E; }
p { color: rgb(208,198,14); }
H1.HeaderClassName
{
color: #D0C60E;
}
.AnyTagClassName
{
color: #D0C60E;
}
</style>
background-color css
<style>
a { background-color: #D0C60E; }
a { background-color: rgb(208,198,14); }
div.DivClassName
{
background-color: #D0C60E;
}
.BgClassName
{
background-color: #D0C60E;
}
</style>
border-color css
<style>
span { border-color: #D0C60E; }
span { border-color: rgb(208,198,14); }
td.TdClassName
{
border-color: #D0C60E;
}
.TagClassName
{
border-color: #D0C60E;
}
</style>