Shades of Wattle #CAC344
Tints of Wattle #CAC344
RGB
CMYK
RGB Variations
Color information
#CAC344 (or 0xCAC344) is known color: Wattle. HEX triplet: CA, C3 and 44. RGB value is (202,195,68). Sum of RGB (Red+Green+Blue) = 202+195+68=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC344 is #353CBB. Grayscale: #B7B7B7. Windows color (decimal): -3488956 or 4506570. OLE color: 4506570.
HSL color Cylindrical-coordinate representation of color #CAC344: hue angle of 56.87º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAC344 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 68 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.21 |
| HSL | 56.87º | 0.56% | 0.53% | - |
| HSV(B) | 56.87º | 0.66% | 0.79% | - |
| XYZ | 44.92 | 52 | 13.14 | - |
| YUV | 182.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 68 | 0 | 0.03 | 0.66 | 0.21 | 56.87 | 0.56 | 0.53 |
| Hex | CA | C3 | 44 | 0 | 3 | 42 | 15 | 39 | 38 | 35 |
| Octal | 312 | 303 | 104 | 0 | 3 | 102 | 25 | 71 | 70 | 65 |
| Binary | 11001010 | 11000011 | 1000100 | 0 | 11 | 1000010 | 10101 | 111001 | 111000 | 110101 |
Color Harmonies of #CAC344
Complementary color
Monochromatic Colors of #CAC344
Black with #CAC344
Text Example
Text Example
White with #CAC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC344; }
p { color: rgb(202,195,68); }
H1.HeaderClassName
{
color: #CAC344;
}
.AnyTagClassName
{
color: #CAC344;
}
</style>
background-color css
<style>
a { background-color: #CAC344; }
a { background-color: rgb(202,195,68); }
div.DivClassName
{
background-color: #CAC344;
}
.BgClassName
{
background-color: #CAC344;
}
</style>
border-color css
<style>
span { border-color: #CAC344; }
span { border-color: rgb(202,195,68); }
td.TdClassName
{
border-color: #CAC344;
}
.TagClassName
{
border-color: #CAC344;
}
</style>