Shades of Bird Flower #D5C511
Tints of Bird Flower #D5C511
RGB
CMYK
RGB Variations
Color information
#D5C511 (or 0xD5C511) is known color: Bird Flower. HEX triplet: D5, C5 and 11. RGB value is (213,197,17). Sum of RGB (Red+Green+Blue) = 213+197+17=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C511 is #2A3AEE. Grayscale: #B6B6B6. Windows color (decimal): -2767599 or 1164757. OLE color: 1164757.
HSL color Cylindrical-coordinate representation of color #D5C511: hue angle of 55.1º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5C511 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.16 |
| HSL | 55.1º | 0.85% | 0.45% | - |
| HSV(B) | 55.1º | 0.92% | 0.84% | - |
| XYZ | 47.51 | 54.12 | 8.47 | - |
| YUV | 181.26 | 35.3 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 17 | 0 | 0.08 | 0.92 | 0.16 | 55.1 | 0.85 | 0.45 |
| Hex | D5 | C5 | 11 | 0 | 8 | 5C | 10 | 37 | 55 | 2D |
| Octal | 325 | 305 | 21 | 0 | 10 | 134 | 20 | 67 | 125 | 55 |
| Binary | 11010101 | 11000101 | 10001 | 0 | 1000 | 1011100 | 10000 | 110111 | 1010101 | 101101 |
Color Harmonies of #D5C511
Complementary color
Monochromatic Colors of #D5C511
Black with #D5C511
Text Example
Text Example
White with #D5C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C511; }
p { color: rgb(213,197,17); }
H1.HeaderClassName
{
color: #D5C511;
}
.AnyTagClassName
{
color: #D5C511;
}
</style>
background-color css
<style>
a { background-color: #D5C511; }
a { background-color: rgb(213,197,17); }
div.DivClassName
{
background-color: #D5C511;
}
.BgClassName
{
background-color: #D5C511;
}
</style>
border-color css
<style>
span { border-color: #D5C511; }
span { border-color: rgb(213,197,17); }
td.TdClassName
{
border-color: #D5C511;
}
.TagClassName
{
border-color: #D5C511;
}
</style>