Shades of Bird Flower #CAC40B
Tints of Bird Flower #CAC40B
RGB
CMYK
RGB Variations
Color information
#CAC40B (or 0xCAC40B) is known color: Bird Flower. HEX triplet: CA, C4 and 0B. RGB value is (202,196,11). Sum of RGB (Red+Green+Blue) = 202+196+11=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC40B is #353BF4. Grayscale: #B1B1B1. Windows color (decimal): -3488757 or 771274. OLE color: 771274.
HSL color Cylindrical-coordinate representation of color #CAC40B: hue angle of 58.12º 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 #CAC40B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.21 |
| HSL | 58.12º | 0.9% | 0.42% | - |
| HSV(B) | 58.12º | 0.95% | 0.79% | - |
| XYZ | 44.16 | 52.06 | 8.04 | - |
| YUV | 176.7 | 34.49 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 11 | 0 | 0.03 | 0.95 | 0.21 | 58.12 | 0.9 | 0.42 |
| Hex | CA | C4 | B | 0 | 3 | 5F | 15 | 3A | 5A | 2A |
| Octal | 312 | 304 | 13 | 0 | 3 | 137 | 25 | 72 | 132 | 52 |
| Binary | 11001010 | 11000100 | 1011 | 0 | 11 | 1011111 | 10101 | 111010 | 1011010 | 101010 |
Color Harmonies of #CAC40B
Complementary color
Monochromatic Colors of #CAC40B
Black with #CAC40B
Text Example
Text Example
White with #CAC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC40B; }
p { color: rgb(202,196,11); }
H1.HeaderClassName
{
color: #CAC40B;
}
.AnyTagClassName
{
color: #CAC40B;
}
</style>
background-color css
<style>
a { background-color: #CAC40B; }
a { background-color: rgb(202,196,11); }
div.DivClassName
{
background-color: #CAC40B;
}
.BgClassName
{
background-color: #CAC40B;
}
</style>
border-color css
<style>
span { border-color: #CAC40B; }
span { border-color: rgb(202,196,11); }
td.TdClassName
{
border-color: #CAC40B;
}
.TagClassName
{
border-color: #CAC40B;
}
</style>