Shades of Bird Flower #D5C811
Tints of Bird Flower #D5C811
RGB
CMYK
RGB Variations
Color information
#D5C811 (or 0xD5C811) is known color: Bird Flower. HEX triplet: D5, C8 and 11. RGB value is (213,200,17). Sum of RGB (Red+Green+Blue) = 213+200+17=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C811 is #2A37EE. Grayscale: #B7B7B7. Windows color (decimal): -2766831 or 1165525. OLE color: 1165525.
HSL color Cylindrical-coordinate representation of color #D5C811: hue angle of 56.02º 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 #D5C811 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 17 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.16 |
| HSL | 56.02º | 0.85% | 0.45% | - |
| HSV(B) | 56.02º | 0.92% | 0.84% | - |
| XYZ | 48.2 | 55.5 | 8.7 | - |
| YUV | 183.03 | 34.31 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 17 | 0 | 0.06 | 0.92 | 0.16 | 56.02 | 0.85 | 0.45 |
| Hex | D5 | C8 | 11 | 0 | 6 | 5C | 10 | 38 | 55 | 2D |
| Octal | 325 | 310 | 21 | 0 | 6 | 134 | 20 | 70 | 125 | 55 |
| Binary | 11010101 | 11001000 | 10001 | 0 | 110 | 1011100 | 10000 | 111000 | 1010101 | 101101 |
Color Harmonies of #D5C811
Complementary color
Monochromatic Colors of #D5C811
Black with #D5C811
Text Example
Text Example
White with #D5C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C811; }
p { color: rgb(213,200,17); }
H1.HeaderClassName
{
color: #D5C811;
}
.AnyTagClassName
{
color: #D5C811;
}
</style>
background-color css
<style>
a { background-color: #D5C811; }
a { background-color: rgb(213,200,17); }
div.DivClassName
{
background-color: #D5C811;
}
.BgClassName
{
background-color: #D5C811;
}
</style>
border-color css
<style>
span { border-color: #D5C811; }
span { border-color: rgb(213,200,17); }
td.TdClassName
{
border-color: #D5C811;
}
.TagClassName
{
border-color: #D5C811;
}
</style>