Shades of Wattle #CAC34F
Tints of Wattle #CAC34F
RGB
CMYK
RGB Variations
Color information
#CAC34F (or 0xCAC34F) is known color: Wattle. HEX triplet: CA, C3 and 4F. RGB value is (202,195,79). Sum of RGB (Red+Green+Blue) = 202+195+79=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC34F is #353CB0. Grayscale: #B8B8B8. Windows color (decimal): -3488945 or 5227466. OLE color: 5227466.
HSL color Cylindrical-coordinate representation of color #CAC34F: hue angle of 56.59º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAC34F is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 79 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.21 |
| HSL | 56.59º | 0.54% | 0.55% | - |
| HSV(B) | 56.59º | 0.61% | 0.79% | - |
| XYZ | 45.28 | 52.15 | 15.08 | - |
| YUV | 183.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 79 | 0 | 0.03 | 0.61 | 0.21 | 56.59 | 0.54 | 0.55 |
| Hex | CA | C3 | 4F | 0 | 3 | 3D | 15 | 39 | 36 | 37 |
| Octal | 312 | 303 | 117 | 0 | 3 | 75 | 25 | 71 | 66 | 67 |
| Binary | 11001010 | 11000011 | 1001111 | 0 | 11 | 111101 | 10101 | 111001 | 110110 | 110111 |
Color Harmonies of #CAC34F
Complementary color
Monochromatic Colors of #CAC34F
Black with #CAC34F
Text Example
Text Example
White with #CAC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC34F; }
p { color: rgb(202,195,79); }
H1.HeaderClassName
{
color: #CAC34F;
}
.AnyTagClassName
{
color: #CAC34F;
}
</style>
background-color css
<style>
a { background-color: #CAC34F; }
a { background-color: rgb(202,195,79); }
div.DivClassName
{
background-color: #CAC34F;
}
.BgClassName
{
background-color: #CAC34F;
}
</style>
border-color css
<style>
span { border-color: #CAC34F; }
span { border-color: rgb(202,195,79); }
td.TdClassName
{
border-color: #CAC34F;
}
.TagClassName
{
border-color: #CAC34F;
}
</style>