Shades of Bird Flower #CAC10E
Tints of Bird Flower #CAC10E
RGB
CMYK
RGB Variations
Color information
#CAC10E (or 0xCAC10E) is known color: Bird Flower. HEX triplet: CA, C1 and 0E. RGB value is (202,193,14). Sum of RGB (Red+Green+Blue) = 202+193+14=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC10E is #353EF1. Grayscale: #B0B0B0. Windows color (decimal): -3489522 or 967114. OLE color: 967114.
HSL color Cylindrical-coordinate representation of color #CAC10E: hue angle of 57.13º 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 #CAC10E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 14 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.21 |
| HSL | 57.13º | 0.87% | 0.42% | - |
| HSV(B) | 57.13º | 0.93% | 0.79% | - |
| XYZ | 43.51 | 50.73 | 7.91 | - |
| YUV | 175.29 | 36.98 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 14 | 0 | 0.04 | 0.93 | 0.21 | 57.13 | 0.87 | 0.42 |
| Hex | CA | C1 | E | 0 | 4 | 5D | 15 | 39 | 57 | 2A |
| Octal | 312 | 301 | 16 | 0 | 4 | 135 | 25 | 71 | 127 | 52 |
| Binary | 11001010 | 11000001 | 1110 | 0 | 100 | 1011101 | 10101 | 111001 | 1010111 | 101010 |
Color Harmonies of #CAC10E
Complementary color
Monochromatic Colors of #CAC10E
Black with #CAC10E
Text Example
Text Example
White with #CAC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC10E; }
p { color: rgb(202,193,14); }
H1.HeaderClassName
{
color: #CAC10E;
}
.AnyTagClassName
{
color: #CAC10E;
}
</style>
background-color css
<style>
a { background-color: #CAC10E; }
a { background-color: rgb(202,193,14); }
div.DivClassName
{
background-color: #CAC10E;
}
.BgClassName
{
background-color: #CAC10E;
}
</style>
border-color css
<style>
span { border-color: #CAC10E; }
span { border-color: rgb(202,193,14); }
td.TdClassName
{
border-color: #CAC10E;
}
.TagClassName
{
border-color: #CAC10E;
}
</style>