Shades of Bird Flower #D0C519
Tints of Bird Flower #D0C519
RGB
CMYK
RGB Variations
Color information
#D0C519 (or 0xD0C519) is known color: Bird Flower. HEX triplet: D0, C5 and 19. RGB value is (208,197,25). Sum of RGB (Red+Green+Blue) = 208+197+25=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C519 is #2F3AE6. Grayscale: #B5B5B5. Windows color (decimal): -3095271 or 1689040. OLE color: 1689040.
HSL color Cylindrical-coordinate representation of color #D0C519: hue angle of 56.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0C519 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 25 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.18 |
| HSL | 56.39º | 0.79% | 0.46% | - |
| HSV(B) | 56.39º | 0.88% | 0.82% | - |
| XYZ | 46.15 | 53.41 | 8.8 | - |
| YUV | 180.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 25 | 0 | 0.05 | 0.88 | 0.18 | 56.39 | 0.79 | 0.46 |
| Hex | D0 | C5 | 19 | 0 | 5 | 58 | 12 | 38 | 4F | 2E |
| Octal | 320 | 305 | 31 | 0 | 5 | 130 | 22 | 70 | 117 | 56 |
| Binary | 11010000 | 11000101 | 11001 | 0 | 101 | 1011000 | 10010 | 111000 | 1001111 | 101110 |
Color Harmonies of #D0C519
Complementary color
Monochromatic Colors of #D0C519
Black with #D0C519
Text Example
Text Example
White with #D0C519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C519; }
p { color: rgb(208,197,25); }
H1.HeaderClassName
{
color: #D0C519;
}
.AnyTagClassName
{
color: #D0C519;
}
</style>
background-color css
<style>
a { background-color: #D0C519; }
a { background-color: rgb(208,197,25); }
div.DivClassName
{
background-color: #D0C519;
}
.BgClassName
{
background-color: #D0C519;
}
</style>
border-color css
<style>
span { border-color: #D0C519; }
span { border-color: rgb(208,197,25); }
td.TdClassName
{
border-color: #D0C519;
}
.TagClassName
{
border-color: #D0C519;
}
</style>