Shades of Bird Flower #D0C115
Tints of Bird Flower #D0C115
RGB
CMYK
RGB Variations
Color information
#D0C115 (or 0xD0C115) is known color: Bird Flower. HEX triplet: D0, C1 and 15. RGB value is (208,193,21). Sum of RGB (Red+Green+Blue) = 208+193+21=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C115 is #2F3EEA. Grayscale: #B2B2B2. Windows color (decimal): -3096299 or 1425872. OLE color: 1425872.
HSL color Cylindrical-coordinate representation of color #D0C115: hue angle of 55.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0C115 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 21 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.18 |
| HSL | 55.19º | 0.82% | 0.45% | - |
| HSV(B) | 55.19º | 0.9% | 0.82% | - |
| XYZ | 45.22 | 51.6 | 8.29 | - |
| YUV | 177.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 21 | 0 | 0.07 | 0.90 | 0.18 | 55.19 | 0.82 | 0.45 |
| Hex | D0 | C1 | 15 | 0 | 7 | 5A | 12 | 37 | 52 | 2D |
| Octal | 320 | 301 | 25 | 0 | 7 | 132 | 22 | 67 | 122 | 55 |
| Binary | 11010000 | 11000001 | 10101 | 0 | 111 | 1011010 | 10010 | 110111 | 1010010 | 101101 |
Color Harmonies of #D0C115
Complementary color
Monochromatic Colors of #D0C115
Black with #D0C115
Text Example
Text Example
White with #D0C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C115; }
p { color: rgb(208,193,21); }
H1.HeaderClassName
{
color: #D0C115;
}
.AnyTagClassName
{
color: #D0C115;
}
</style>
background-color css
<style>
a { background-color: #D0C115; }
a { background-color: rgb(208,193,21); }
div.DivClassName
{
background-color: #D0C115;
}
.BgClassName
{
background-color: #D0C115;
}
</style>
border-color css
<style>
span { border-color: #D0C115; }
span { border-color: rgb(208,193,21); }
td.TdClassName
{
border-color: #D0C115;
}
.TagClassName
{
border-color: #D0C115;
}
</style>