Shades of Bird Flower #D1C70B
Tints of Bird Flower #D1C70B
RGB
CMYK
RGB Variations
Color information
#D1C70B (or 0xD1C70B) is known color: Bird Flower. HEX triplet: D1, C7 and 0B. RGB value is (209,199,11). Sum of RGB (Red+Green+Blue) = 209+199+11=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C70B is #2E38F4. Grayscale: #B5B5B5. Windows color (decimal): -3029237 or 772049. OLE color: 772049.
HSL color Cylindrical-coordinate representation of color #D1C70B: hue angle of 56.97º 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 #D1C70B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.18 |
| HSL | 56.97º | 0.9% | 0.43% | - |
| HSV(B) | 56.97º | 0.95% | 0.82% | - |
| XYZ | 46.78 | 54.43 | 8.36 | - |
| YUV | 180.56 | 32.31 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 11 | 0 | 0.05 | 0.95 | 0.18 | 56.97 | 0.9 | 0.43 |
| Hex | D1 | C7 | B | 0 | 5 | 5F | 12 | 39 | 5A | 2B |
| Octal | 321 | 307 | 13 | 0 | 5 | 137 | 22 | 71 | 132 | 53 |
| Binary | 11010001 | 11000111 | 1011 | 0 | 101 | 1011111 | 10010 | 111001 | 1011010 | 101011 |
Color Harmonies of #D1C70B
Complementary color
Monochromatic Colors of #D1C70B
Black with #D1C70B
Text Example
Text Example
White with #D1C70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C70B; }
p { color: rgb(209,199,11); }
H1.HeaderClassName
{
color: #D1C70B;
}
.AnyTagClassName
{
color: #D1C70B;
}
</style>
background-color css
<style>
a { background-color: #D1C70B; }
a { background-color: rgb(209,199,11); }
div.DivClassName
{
background-color: #D1C70B;
}
.BgClassName
{
background-color: #D1C70B;
}
</style>
border-color css
<style>
span { border-color: #D1C70B; }
span { border-color: rgb(209,199,11); }
td.TdClassName
{
border-color: #D1C70B;
}
.TagClassName
{
border-color: #D1C70B;
}
</style>