Shades of Bird Flower #CAC60B
Tints of Bird Flower #CAC60B
RGB
CMYK
RGB Variations
Color information
#CAC60B (or 0xCAC60B) is known color: Bird Flower. HEX triplet: CA, C6 and 0B. RGB value is (202,198,11). Sum of RGB (Red+Green+Blue) = 202+198+11=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC60B is #3539F4. Grayscale: #B2B2B2. Windows color (decimal): -3488245 or 771786. OLE color: 771786.
HSL color Cylindrical-coordinate representation of color #CAC60B: hue angle of 58.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAC60B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 11 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.21 |
| HSL | 58.74º | 0.9% | 0.42% | - |
| HSV(B) | 58.74º | 0.95% | 0.79% | - |
| XYZ | 44.61 | 52.97 | 8.19 | - |
| YUV | 177.88 | 33.83 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 11 | 0 | 0.02 | 0.95 | 0.21 | 58.74 | 0.9 | 0.42 |
| Hex | CA | C6 | B | 0 | 2 | 5F | 15 | 3B | 5A | 2A |
| Octal | 312 | 306 | 13 | 0 | 2 | 137 | 25 | 73 | 132 | 52 |
| Binary | 11001010 | 11000110 | 1011 | 0 | 10 | 1011111 | 10101 | 111011 | 1011010 | 101010 |
Color Harmonies of #CAC60B
Complementary color
Monochromatic Colors of #CAC60B
Black with #CAC60B
Text Example
Text Example
White with #CAC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC60B; }
p { color: rgb(202,198,11); }
H1.HeaderClassName
{
color: #CAC60B;
}
.AnyTagClassName
{
color: #CAC60B;
}
</style>
background-color css
<style>
a { background-color: #CAC60B; }
a { background-color: rgb(202,198,11); }
div.DivClassName
{
background-color: #CAC60B;
}
.BgClassName
{
background-color: #CAC60B;
}
</style>
border-color css
<style>
span { border-color: #CAC60B; }
span { border-color: rgb(202,198,11); }
td.TdClassName
{
border-color: #CAC60B;
}
.TagClassName
{
border-color: #CAC60B;
}
</style>