Shades of Bird Flower #D4CA13
Tints of Bird Flower #D4CA13
RGB
CMYK
RGB Variations
Color information
#D4CA13 (or 0xD4CA13) is known color: Bird Flower. HEX triplet: D4, CA and 13. RGB value is (212,202,19). Sum of RGB (Red+Green+Blue) = 212+202+19=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CA13 is #2B35EC. Grayscale: #B8B8B8. Windows color (decimal): -2831853 or 1297108. OLE color: 1297108.
HSL color Cylindrical-coordinate representation of color #D4CA13: hue angle of 56.89º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4CA13 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.17 |
| HSL | 56.89º | 0.84% | 0.45% | - |
| HSV(B) | 56.89º | 0.91% | 0.83% | - |
| XYZ | 48.39 | 56.29 | 8.93 | - |
| YUV | 184.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 19 | 0 | 0.05 | 0.91 | 0.17 | 56.89 | 0.84 | 0.45 |
| Hex | D4 | CA | 13 | 0 | 5 | 5B | 11 | 39 | 54 | 2D |
| Octal | 324 | 312 | 23 | 0 | 5 | 133 | 21 | 71 | 124 | 55 |
| Binary | 11010100 | 11001010 | 10011 | 0 | 101 | 1011011 | 10001 | 111001 | 1010100 | 101101 |
Color Harmonies of #D4CA13
Complementary color
Monochromatic Colors of #D4CA13
Black with #D4CA13
Text Example
Text Example
White with #D4CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA13; }
p { color: rgb(212,202,19); }
H1.HeaderClassName
{
color: #D4CA13;
}
.AnyTagClassName
{
color: #D4CA13;
}
</style>
background-color css
<style>
a { background-color: #D4CA13; }
a { background-color: rgb(212,202,19); }
div.DivClassName
{
background-color: #D4CA13;
}
.BgClassName
{
background-color: #D4CA13;
}
</style>
border-color css
<style>
span { border-color: #D4CA13; }
span { border-color: rgb(212,202,19); }
td.TdClassName
{
border-color: #D4CA13;
}
.TagClassName
{
border-color: #D4CA13;
}
</style>