Shades of Bird Flower #D5C913
Tints of Bird Flower #D5C913
RGB
CMYK
RGB Variations
Color information
#D5C913 (or 0xD5C913) is known color: Bird Flower. HEX triplet: D5, C9 and 13. RGB value is (213,201,19). Sum of RGB (Red+Green+Blue) = 213+201+19=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C913 is #2A36EC. Grayscale: #B8B8B8. Windows color (decimal): -2766573 or 1296853. OLE color: 1296853.
HSL color Cylindrical-coordinate representation of color #D5C913: hue angle of 56.29º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5C913 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.16 |
| HSL | 56.29º | 0.84% | 0.45% | - |
| HSV(B) | 56.29º | 0.91% | 0.84% | - |
| XYZ | 48.44 | 55.97 | 8.87 | - |
| YUV | 183.84 | 34.98 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 19 | 0 | 0.06 | 0.91 | 0.16 | 56.29 | 0.84 | 0.45 |
| Hex | D5 | C9 | 13 | 0 | 6 | 5B | 10 | 38 | 54 | 2D |
| Octal | 325 | 311 | 23 | 0 | 6 | 133 | 20 | 70 | 124 | 55 |
| Binary | 11010101 | 11001001 | 10011 | 0 | 110 | 1011011 | 10000 | 111000 | 1010100 | 101101 |
Color Harmonies of #D5C913
Complementary color
Monochromatic Colors of #D5C913
Black with #D5C913
Text Example
Text Example
White with #D5C913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C913; }
p { color: rgb(213,201,19); }
H1.HeaderClassName
{
color: #D5C913;
}
.AnyTagClassName
{
color: #D5C913;
}
</style>
background-color css
<style>
a { background-color: #D5C913; }
a { background-color: rgb(213,201,19); }
div.DivClassName
{
background-color: #D5C913;
}
.BgClassName
{
background-color: #D5C913;
}
</style>
border-color css
<style>
span { border-color: #D5C913; }
span { border-color: rgb(213,201,19); }
td.TdClassName
{
border-color: #D5C913;
}
.TagClassName
{
border-color: #D5C913;
}
</style>