Shades of Bird Flower #D1C00B
Tints of Bird Flower #D1C00B
RGB
CMYK
RGB Variations
Color information
#D1C00B (or 0xD1C00B) is known color: Bird Flower. HEX triplet: D1, C0 and 0B. RGB value is (209,192,11). Sum of RGB (Red+Green+Blue) = 209+192+11=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C00B is #2E3FF4. Grayscale: #B1B1B1. Windows color (decimal): -3031029 or 770257. OLE color: 770257.
HSL color Cylindrical-coordinate representation of color #D1C00B: hue angle of 54.85º degrees, saturation: 0.9, 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 #D1C00B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.18 |
| HSL | 54.85º | 0.9% | 0.43% | - |
| HSV(B) | 54.85º | 0.95% | 0.82% | - |
| XYZ | 45.2 | 51.28 | 7.83 | - |
| YUV | 176.45 | 34.63 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 11 | 0 | 0.08 | 0.95 | 0.18 | 54.85 | 0.9 | 0.43 |
| Hex | D1 | C0 | B | 0 | 8 | 5F | 12 | 37 | 5A | 2B |
| Octal | 321 | 300 | 13 | 0 | 10 | 137 | 22 | 67 | 132 | 53 |
| Binary | 11010001 | 11000000 | 1011 | 0 | 1000 | 1011111 | 10010 | 110111 | 1011010 | 101011 |
Color Harmonies of #D1C00B
Complementary color
Monochromatic Colors of #D1C00B
Black with #D1C00B
Text Example
Text Example
White with #D1C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C00B; }
p { color: rgb(209,192,11); }
H1.HeaderClassName
{
color: #D1C00B;
}
.AnyTagClassName
{
color: #D1C00B;
}
</style>
background-color css
<style>
a { background-color: #D1C00B; }
a { background-color: rgb(209,192,11); }
div.DivClassName
{
background-color: #D1C00B;
}
.BgClassName
{
background-color: #D1C00B;
}
</style>
border-color css
<style>
span { border-color: #D1C00B; }
span { border-color: rgb(209,192,11); }
td.TdClassName
{
border-color: #D1C00B;
}
.TagClassName
{
border-color: #D1C00B;
}
</style>