Shades of Bird Flower #CAC20E
Tints of Bird Flower #CAC20E
RGB
CMYK
RGB Variations
Color information
#CAC20E (or 0xCAC20E) is known color: Bird Flower. HEX triplet: CA, C2 and 0E. RGB value is (202,194,14). Sum of RGB (Red+Green+Blue) = 202+194+14=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC20E is #353DF1. Grayscale: #B0B0B0. Windows color (decimal): -3489266 or 967370. OLE color: 967370.
HSL color Cylindrical-coordinate representation of color #CAC20E: hue angle of 57.45º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAC20E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 14 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.21 |
| HSL | 57.45º | 0.87% | 0.42% | - |
| HSV(B) | 57.45º | 0.93% | 0.79% | - |
| XYZ | 43.73 | 51.17 | 7.99 | - |
| YUV | 175.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 14 | 0 | 0.04 | 0.93 | 0.21 | 57.45 | 0.87 | 0.42 |
| Hex | CA | C2 | E | 0 | 4 | 5D | 15 | 39 | 57 | 2A |
| Octal | 312 | 302 | 16 | 0 | 4 | 135 | 25 | 71 | 127 | 52 |
| Binary | 11001010 | 11000010 | 1110 | 0 | 100 | 1011101 | 10101 | 111001 | 1010111 | 101010 |
Color Harmonies of #CAC20E
Complementary color
Monochromatic Colors of #CAC20E
Black with #CAC20E
Text Example
Text Example
White with #CAC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC20E; }
p { color: rgb(202,194,14); }
H1.HeaderClassName
{
color: #CAC20E;
}
.AnyTagClassName
{
color: #CAC20E;
}
</style>
background-color css
<style>
a { background-color: #CAC20E; }
a { background-color: rgb(202,194,14); }
div.DivClassName
{
background-color: #CAC20E;
}
.BgClassName
{
background-color: #CAC20E;
}
</style>
border-color css
<style>
span { border-color: #CAC20E; }
span { border-color: rgb(202,194,14); }
td.TdClassName
{
border-color: #CAC20E;
}
.TagClassName
{
border-color: #CAC20E;
}
</style>