Shades of Bird Flower #D5CA10
Tints of Bird Flower #D5CA10
RGB
CMYK
RGB Variations
Color information
#D5CA10 (or 0xD5CA10) is known color: Bird Flower. HEX triplet: D5, CA and 10. RGB value is (213,202,16). Sum of RGB (Red+Green+Blue) = 213+202+16=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CA10 is #2A35EF. Grayscale: #B8B8B8. Windows color (decimal): -2766320 or 1100501. OLE color: 1100501.
HSL color Cylindrical-coordinate representation of color #D5CA10: hue angle of 56.65º degrees, saturation: 0.86, 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 #D5CA10 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 16 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.16 |
| HSL | 56.65º | 0.86% | 0.45% | - |
| HSV(B) | 56.65º | 0.92% | 0.84% | - |
| XYZ | 48.65 | 56.42 | 8.82 | - |
| YUV | 184.09 | 33.14 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 16 | 0 | 0.05 | 0.92 | 0.16 | 56.65 | 0.86 | 0.45 |
| Hex | D5 | CA | 10 | 0 | 5 | 5C | 10 | 39 | 56 | 2D |
| Octal | 325 | 312 | 20 | 0 | 5 | 134 | 20 | 71 | 126 | 55 |
| Binary | 11010101 | 11001010 | 10000 | 0 | 101 | 1011100 | 10000 | 111001 | 1010110 | 101101 |
Color Harmonies of #D5CA10
Complementary color
Monochromatic Colors of #D5CA10
Black with #D5CA10
Text Example
Text Example
White with #D5CA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA10; }
p { color: rgb(213,202,16); }
H1.HeaderClassName
{
color: #D5CA10;
}
.AnyTagClassName
{
color: #D5CA10;
}
</style>
background-color css
<style>
a { background-color: #D5CA10; }
a { background-color: rgb(213,202,16); }
div.DivClassName
{
background-color: #D5CA10;
}
.BgClassName
{
background-color: #D5CA10;
}
</style>
border-color css
<style>
span { border-color: #D5CA10; }
span { border-color: rgb(213,202,16); }
td.TdClassName
{
border-color: #D5CA10;
}
.TagClassName
{
border-color: #D5CA10;
}
</style>