Shades of Wattle #CAC13F
Tints of Wattle #CAC13F
RGB
CMYK
RGB Variations
Color information
#CAC13F (or 0xCAC13F) is known color: Wattle. HEX triplet: CA, C1 and 3F. RGB value is (202,193,63). Sum of RGB (Red+Green+Blue) = 202+193+63=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC13F is #353EC0. Grayscale: #B5B5B5. Windows color (decimal): -3489473 or 4178378. OLE color: 4178378.
HSL color Cylindrical-coordinate representation of color #CAC13F: hue angle of 56.12º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAC13F is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 63 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.21 |
| HSL | 56.12º | 0.57% | 0.52% | - |
| HSV(B) | 56.12º | 0.69% | 0.79% | - |
| XYZ | 44.32 | 51.06 | 12.22 | - |
| YUV | 180.87 | 61.48 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 63 | 0 | 0.04 | 0.69 | 0.21 | 56.12 | 0.57 | 0.52 |
| Hex | CA | C1 | 3F | 0 | 4 | 45 | 15 | 38 | 39 | 34 |
| Octal | 312 | 301 | 77 | 0 | 4 | 105 | 25 | 70 | 71 | 64 |
| Binary | 11001010 | 11000001 | 111111 | 0 | 100 | 1000101 | 10101 | 111000 | 111001 | 110100 |
Color Harmonies of #CAC13F
Complementary color
Monochromatic Colors of #CAC13F
Black with #CAC13F
Text Example
Text Example
White with #CAC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC13F; }
p { color: rgb(202,193,63); }
H1.HeaderClassName
{
color: #CAC13F;
}
.AnyTagClassName
{
color: #CAC13F;
}
</style>
background-color css
<style>
a { background-color: #CAC13F; }
a { background-color: rgb(202,193,63); }
div.DivClassName
{
background-color: #CAC13F;
}
.BgClassName
{
background-color: #CAC13F;
}
</style>
border-color css
<style>
span { border-color: #CAC13F; }
span { border-color: rgb(202,193,63); }
td.TdClassName
{
border-color: #CAC13F;
}
.TagClassName
{
border-color: #CAC13F;
}
</style>