Shades of Bird Flower #D5CA15
Tints of Bird Flower #D5CA15
RGB
CMYK
RGB Variations
Color information
#D5CA15 (or 0xD5CA15) is known color: Bird Flower. HEX triplet: D5, CA and 15. RGB value is (213,202,21). Sum of RGB (Red+Green+Blue) = 213+202+21=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CA15 is #2A35EA. Grayscale: #B9B9B9. Windows color (decimal): -2766315 or 1428181. OLE color: 1428181.
HSL color Cylindrical-coordinate representation of color #D5CA15: hue angle of 56.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5CA15 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 21 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.16 |
| HSL | 56.56º | 0.82% | 0.46% | - |
| HSV(B) | 56.56º | 0.9% | 0.84% | - |
| XYZ | 48.7 | 56.44 | 9.04 | - |
| YUV | 184.66 | 35.64 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 21 | 0 | 0.05 | 0.90 | 0.16 | 56.56 | 0.82 | 0.46 |
| Hex | D5 | CA | 15 | 0 | 5 | 5A | 10 | 39 | 52 | 2E |
| Octal | 325 | 312 | 25 | 0 | 5 | 132 | 20 | 71 | 122 | 56 |
| Binary | 11010101 | 11001010 | 10101 | 0 | 101 | 1011010 | 10000 | 111001 | 1010010 | 101110 |
Color Harmonies of #D5CA15
Complementary color
Monochromatic Colors of #D5CA15
Black with #D5CA15
Text Example
Text Example
White with #D5CA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA15; }
p { color: rgb(213,202,21); }
H1.HeaderClassName
{
color: #D5CA15;
}
.AnyTagClassName
{
color: #D5CA15;
}
</style>
background-color css
<style>
a { background-color: #D5CA15; }
a { background-color: rgb(213,202,21); }
div.DivClassName
{
background-color: #D5CA15;
}
.BgClassName
{
background-color: #D5CA15;
}
</style>
border-color css
<style>
span { border-color: #D5CA15; }
span { border-color: rgb(213,202,21); }
td.TdClassName
{
border-color: #D5CA15;
}
.TagClassName
{
border-color: #D5CA15;
}
</style>