Shades of Bird Flower #CAC30C
Tints of Bird Flower #CAC30C
RGB
CMYK
RGB Variations
Color information
#CAC30C (or 0xCAC30C) is known color: Bird Flower. HEX triplet: CA, C3 and 0C. RGB value is (202,195,12). Sum of RGB (Red+Green+Blue) = 202+195+12=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC30C is #353CF3. Grayscale: #B0B0B0. Windows color (decimal): -3489012 or 836554. OLE color: 836554.
HSL color Cylindrical-coordinate representation of color #CAC30C: hue angle of 57.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAC30C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.21 |
| HSL | 57.79º | 0.89% | 0.42% | - |
| HSV(B) | 57.79º | 0.94% | 0.79% | - |
| XYZ | 43.94 | 51.61 | 7.99 | - |
| YUV | 176.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 12 | 0 | 0.03 | 0.94 | 0.21 | 57.79 | 0.89 | 0.42 |
| Hex | CA | C3 | C | 0 | 3 | 5E | 15 | 3A | 59 | 2A |
| Octal | 312 | 303 | 14 | 0 | 3 | 136 | 25 | 72 | 131 | 52 |
| Binary | 11001010 | 11000011 | 1100 | 0 | 11 | 1011110 | 10101 | 111010 | 1011001 | 101010 |
Color Harmonies of #CAC30C
Complementary color
Monochromatic Colors of #CAC30C
Black with #CAC30C
Text Example
Text Example
White with #CAC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC30C; }
p { color: rgb(202,195,12); }
H1.HeaderClassName
{
color: #CAC30C;
}
.AnyTagClassName
{
color: #CAC30C;
}
</style>
background-color css
<style>
a { background-color: #CAC30C; }
a { background-color: rgb(202,195,12); }
div.DivClassName
{
background-color: #CAC30C;
}
.BgClassName
{
background-color: #CAC30C;
}
</style>
border-color css
<style>
span { border-color: #CAC30C; }
span { border-color: rgb(202,195,12); }
td.TdClassName
{
border-color: #CAC30C;
}
.TagClassName
{
border-color: #CAC30C;
}
</style>