Shades of Bird Flower #D0C50A
Tints of Bird Flower #D0C50A
RGB
CMYK
RGB Variations
Color information
#D0C50A (or 0xD0C50A) is known color: Bird Flower. HEX triplet: D0, C5 and 0A. RGB value is (208,197,10). Sum of RGB (Red+Green+Blue) = 208+197+10=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C50A is #2F3AF5. Grayscale: #B3B3B3. Windows color (decimal): -3095286 or 706000. OLE color: 706000.
HSL color Cylindrical-coordinate representation of color #D0C50A: hue angle of 56.67º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0C50A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.18 |
| HSL | 56.67º | 0.91% | 0.43% | - |
| HSV(B) | 56.67º | 0.95% | 0.82% | - |
| XYZ | 46.03 | 53.36 | 8.16 | - |
| YUV | 178.97 | 32.64 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 10 | 0 | 0.05 | 0.95 | 0.18 | 56.67 | 0.91 | 0.43 |
| Hex | D0 | C5 | A | 0 | 5 | 5F | 12 | 39 | 5B | 2B |
| Octal | 320 | 305 | 12 | 0 | 5 | 137 | 22 | 71 | 133 | 53 |
| Binary | 11010000 | 11000101 | 1010 | 0 | 101 | 1011111 | 10010 | 111001 | 1011011 | 101011 |
Color Harmonies of #D0C50A
Complementary color
Monochromatic Colors of #D0C50A
Black with #D0C50A
Text Example
Text Example
White with #D0C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C50A; }
p { color: rgb(208,197,10); }
H1.HeaderClassName
{
color: #D0C50A;
}
.AnyTagClassName
{
color: #D0C50A;
}
</style>
background-color css
<style>
a { background-color: #D0C50A; }
a { background-color: rgb(208,197,10); }
div.DivClassName
{
background-color: #D0C50A;
}
.BgClassName
{
background-color: #D0C50A;
}
</style>
border-color css
<style>
span { border-color: #D0C50A; }
span { border-color: rgb(208,197,10); }
td.TdClassName
{
border-color: #D0C50A;
}
.TagClassName
{
border-color: #D0C50A;
}
</style>