Shades of Bird Flower #CAC713
Tints of Bird Flower #CAC713
RGB
CMYK
RGB Variations
Color information
#CAC713 (or 0xCAC713) is known color: Bird Flower. HEX triplet: CA, C7 and 13. RGB value is (202,199,19). Sum of RGB (Red+Green+Blue) = 202+199+19=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC713 is #3538EC. Grayscale: #B4B4B4. Windows color (decimal): -3487981 or 1296330. OLE color: 1296330.
HSL color Cylindrical-coordinate representation of color #CAC713: hue angle of 59.02º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAC713 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 19 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.21 |
| HSL | 59.02º | 0.83% | 0.43% | - |
| HSV(B) | 59.02º | 0.91% | 0.79% | - |
| XYZ | 44.9 | 53.45 | 8.57 | - |
| YUV | 179.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 19 | 0 | 0.01 | 0.91 | 0.21 | 59.02 | 0.83 | 0.43 |
| Hex | CA | C7 | 13 | 0 | 1 | 5B | 15 | 3B | 53 | 2B |
| Octal | 312 | 307 | 23 | 0 | 1 | 133 | 25 | 73 | 123 | 53 |
| Binary | 11001010 | 11000111 | 10011 | 0 | 1 | 1011011 | 10101 | 111011 | 1010011 | 101011 |
Color Harmonies of #CAC713
Complementary color
Monochromatic Colors of #CAC713
Black with #CAC713
Text Example
Text Example
White with #CAC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC713; }
p { color: rgb(202,199,19); }
H1.HeaderClassName
{
color: #CAC713;
}
.AnyTagClassName
{
color: #CAC713;
}
</style>
background-color css
<style>
a { background-color: #CAC713; }
a { background-color: rgb(202,199,19); }
div.DivClassName
{
background-color: #CAC713;
}
.BgClassName
{
background-color: #CAC713;
}
</style>
border-color css
<style>
span { border-color: #CAC713; }
span { border-color: rgb(202,199,19); }
td.TdClassName
{
border-color: #CAC713;
}
.TagClassName
{
border-color: #CAC713;
}
</style>