Shades of Bird Flower #D0C113
Tints of Bird Flower #D0C113
RGB
CMYK
RGB Variations
Color information
#D0C113 (or 0xD0C113) is known color: Bird Flower. HEX triplet: D0, C1 and 13. RGB value is (208,193,19). Sum of RGB (Red+Green+Blue) = 208+193+19=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C113 is #2F3EEC. Grayscale: #B2B2B2. Windows color (decimal): -3096301 or 1294800. OLE color: 1294800.
HSL color Cylindrical-coordinate representation of color #D0C113: hue angle of 55.24º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0C113 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 19 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.18 |
| HSL | 55.24º | 0.83% | 0.45% | - |
| HSV(B) | 55.24º | 0.91% | 0.82% | - |
| XYZ | 45.2 | 51.6 | 8.19 | - |
| YUV | 177.65 | 38.47 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 19 | 0 | 0.07 | 0.91 | 0.18 | 55.24 | 0.83 | 0.45 |
| Hex | D0 | C1 | 13 | 0 | 7 | 5B | 12 | 37 | 53 | 2D |
| Octal | 320 | 301 | 23 | 0 | 7 | 133 | 22 | 67 | 123 | 55 |
| Binary | 11010000 | 11000001 | 10011 | 0 | 111 | 1011011 | 10010 | 110111 | 1010011 | 101101 |
Color Harmonies of #D0C113
Complementary color
Monochromatic Colors of #D0C113
Black with #D0C113
Text Example
Text Example
White with #D0C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C113; }
p { color: rgb(208,193,19); }
H1.HeaderClassName
{
color: #D0C113;
}
.AnyTagClassName
{
color: #D0C113;
}
</style>
background-color css
<style>
a { background-color: #D0C113; }
a { background-color: rgb(208,193,19); }
div.DivClassName
{
background-color: #D0C113;
}
.BgClassName
{
background-color: #D0C113;
}
</style>
border-color css
<style>
span { border-color: #D0C113; }
span { border-color: rgb(208,193,19); }
td.TdClassName
{
border-color: #D0C113;
}
.TagClassName
{
border-color: #D0C113;
}
</style>