Shades of Bird Flower #CAC819
Tints of Bird Flower #CAC819
RGB
CMYK
RGB Variations
Color information
#CAC819 (or 0xCAC819) is known color: Bird Flower. HEX triplet: CA, C8 and 19. RGB value is (202,200,25). Sum of RGB (Red+Green+Blue) = 202+200+25=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC819 is #3537E6. Grayscale: #B5B5B5. Windows color (decimal): -3487719 or 1689802. OLE color: 1689802.
HSL color Cylindrical-coordinate representation of color #CAC819: hue angle of 59.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAC819 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 25 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.21 |
| HSL | 59.32º | 0.78% | 0.45% | - |
| HSV(B) | 59.32º | 0.88% | 0.79% | - |
| XYZ | 45.19 | 53.94 | 8.95 | - |
| YUV | 180.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 25 | 0 | 0.01 | 0.88 | 0.21 | 59.32 | 0.78 | 0.45 |
| Hex | CA | C8 | 19 | 0 | 1 | 58 | 15 | 3B | 4E | 2D |
| Octal | 312 | 310 | 31 | 0 | 1 | 130 | 25 | 73 | 116 | 55 |
| Binary | 11001010 | 11001000 | 11001 | 0 | 1 | 1011000 | 10101 | 111011 | 1001110 | 101101 |
Color Harmonies of #CAC819
Complementary color
Monochromatic Colors of #CAC819
Black with #CAC819
Text Example
Text Example
White with #CAC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC819; }
p { color: rgb(202,200,25); }
H1.HeaderClassName
{
color: #CAC819;
}
.AnyTagClassName
{
color: #CAC819;
}
</style>
background-color css
<style>
a { background-color: #CAC819; }
a { background-color: rgb(202,200,25); }
div.DivClassName
{
background-color: #CAC819;
}
.BgClassName
{
background-color: #CAC819;
}
</style>
border-color css
<style>
span { border-color: #CAC819; }
span { border-color: rgb(202,200,25); }
td.TdClassName
{
border-color: #CAC819;
}
.TagClassName
{
border-color: #CAC819;
}
</style>