Shades of Bird Flower #D0C111
Tints of Bird Flower #D0C111
RGB
CMYK
RGB Variations
Color information
#D0C111 (or 0xD0C111) is known color: Bird Flower. HEX triplet: D0, C1 and 11. RGB value is (208,193,17). Sum of RGB (Red+Green+Blue) = 208+193+17=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C111 is #2F3EEE. Grayscale: #B2B2B2. Windows color (decimal): -3096303 or 1163728. OLE color: 1163728.
HSL color Cylindrical-coordinate representation of color #D0C111: hue angle of 55.29º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0C111 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.18 |
| HSL | 55.29º | 0.85% | 0.44% | - |
| HSV(B) | 55.29º | 0.92% | 0.82% | - |
| XYZ | 45.18 | 51.59 | 8.11 | - |
| YUV | 177.42 | 37.47 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 17 | 0 | 0.07 | 0.92 | 0.18 | 55.29 | 0.85 | 0.44 |
| Hex | D0 | C1 | 11 | 0 | 7 | 5C | 12 | 37 | 55 | 2C |
| Octal | 320 | 301 | 21 | 0 | 7 | 134 | 22 | 67 | 125 | 54 |
| Binary | 11010000 | 11000001 | 10001 | 0 | 111 | 1011100 | 10010 | 110111 | 1010101 | 101100 |
Color Harmonies of #D0C111
Complementary color
Monochromatic Colors of #D0C111
Black with #D0C111
Text Example
Text Example
White with #D0C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C111; }
p { color: rgb(208,193,17); }
H1.HeaderClassName
{
color: #D0C111;
}
.AnyTagClassName
{
color: #D0C111;
}
</style>
background-color css
<style>
a { background-color: #D0C111; }
a { background-color: rgb(208,193,17); }
div.DivClassName
{
background-color: #D0C111;
}
.BgClassName
{
background-color: #D0C111;
}
</style>
border-color css
<style>
span { border-color: #D0C111; }
span { border-color: rgb(208,193,17); }
td.TdClassName
{
border-color: #D0C111;
}
.TagClassName
{
border-color: #D0C111;
}
</style>