Shades of Wattle #CAC63D
Tints of Wattle #CAC63D
RGB
CMYK
RGB Variations
Color information
#CAC63D (or 0xCAC63D) is known color: Wattle. HEX triplet: CA, C6 and 3D. RGB value is (202,198,61). Sum of RGB (Red+Green+Blue) = 202+198+61=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC63D is #3539C2. Grayscale: #B8B8B8. Windows color (decimal): -3488195 or 4048586. OLE color: 4048586.
HSL color Cylindrical-coordinate representation of color #CAC63D: hue angle of 58.3º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAC63D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 61 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.21 |
| HSL | 58.3º | 0.57% | 0.52% | - |
| HSV(B) | 58.3º | 0.7% | 0.79% | - |
| XYZ | 45.39 | 53.28 | 12.31 | - |
| YUV | 183.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 61 | 0 | 0.02 | 0.70 | 0.21 | 58.3 | 0.57 | 0.52 |
| Hex | CA | C6 | 3D | 0 | 2 | 46 | 15 | 3A | 39 | 34 |
| Octal | 312 | 306 | 75 | 0 | 2 | 106 | 25 | 72 | 71 | 64 |
| Binary | 11001010 | 11000110 | 111101 | 0 | 10 | 1000110 | 10101 | 111010 | 111001 | 110100 |
Color Harmonies of #CAC63D
Complementary color
Monochromatic Colors of #CAC63D
Black with #CAC63D
Text Example
Text Example
White with #CAC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC63D; }
p { color: rgb(202,198,61); }
H1.HeaderClassName
{
color: #CAC63D;
}
.AnyTagClassName
{
color: #CAC63D;
}
</style>
background-color css
<style>
a { background-color: #CAC63D; }
a { background-color: rgb(202,198,61); }
div.DivClassName
{
background-color: #CAC63D;
}
.BgClassName
{
background-color: #CAC63D;
}
</style>
border-color css
<style>
span { border-color: #CAC63D; }
span { border-color: rgb(202,198,61); }
td.TdClassName
{
border-color: #CAC63D;
}
.TagClassName
{
border-color: #CAC63D;
}
</style>