Shades of Bird Flower #CAC913
Tints of Bird Flower #CAC913
RGB
CMYK
RGB Variations
Color information
#CAC913 (or 0xCAC913) is known color: Bird Flower. HEX triplet: CA, C9 and 13. RGB value is (202,201,19). Sum of RGB (Red+Green+Blue) = 202+201+19=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC913 is #3536EC. Grayscale: #B5B5B5. Windows color (decimal): -3487469 or 1296842. OLE color: 1296842.
HSL color Cylindrical-coordinate representation of color #CAC913: hue angle of 59.67º 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 #CAC913 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 19 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.21 |
| HSL | 59.67º | 0.83% | 0.43% | - |
| HSV(B) | 59.67º | 0.91% | 0.79% | - |
| XYZ | 45.36 | 54.38 | 8.72 | - |
| YUV | 180.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 19 | 0 | 0.00 | 0.91 | 0.21 | 59.67 | 0.83 | 0.43 |
| Hex | CA | C9 | 13 | 0 | 0 | 5B | 15 | 3C | 53 | 2B |
| Octal | 312 | 311 | 23 | 0 | 0 | 133 | 25 | 74 | 123 | 53 |
| Binary | 11001010 | 11001001 | 10011 | 0 | 0 | 1011011 | 10101 | 111100 | 1010011 | 101011 |
Color Harmonies of #CAC913
Complementary color
Monochromatic Colors of #CAC913
Black with #CAC913
Text Example
Text Example
White with #CAC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC913; }
p { color: rgb(202,201,19); }
H1.HeaderClassName
{
color: #CAC913;
}
.AnyTagClassName
{
color: #CAC913;
}
</style>
background-color css
<style>
a { background-color: #CAC913; }
a { background-color: rgb(202,201,19); }
div.DivClassName
{
background-color: #CAC913;
}
.BgClassName
{
background-color: #CAC913;
}
</style>
border-color css
<style>
span { border-color: #CAC913; }
span { border-color: rgb(202,201,19); }
td.TdClassName
{
border-color: #CAC913;
}
.TagClassName
{
border-color: #CAC913;
}
</style>