Shades of Wattle #CAC83D
Tints of Wattle #CAC83D
RGB
CMYK
RGB Variations
Color information
#CAC83D (or 0xCAC83D) is known color: Wattle. HEX triplet: CA, C8 and 3D. RGB value is (202,200,61). Sum of RGB (Red+Green+Blue) = 202+200+61=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC83D is #3537C2. Grayscale: #B9B9B9. Windows color (decimal): -3487683 or 4049098. OLE color: 4049098.
HSL color Cylindrical-coordinate representation of color #CAC83D: hue angle of 59.15º 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 #CAC83D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 61 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.21 |
| HSL | 59.15º | 0.57% | 0.52% | - |
| HSV(B) | 59.15º | 0.7% | 0.79% | - |
| XYZ | 45.85 | 54.2 | 12.46 | - |
| YUV | 184.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 61 | 0 | 0.01 | 0.70 | 0.21 | 59.15 | 0.57 | 0.52 |
| Hex | CA | C8 | 3D | 0 | 1 | 46 | 15 | 3B | 39 | 34 |
| Octal | 312 | 310 | 75 | 0 | 1 | 106 | 25 | 73 | 71 | 64 |
| Binary | 11001010 | 11001000 | 111101 | 0 | 1 | 1000110 | 10101 | 111011 | 111001 | 110100 |
Color Harmonies of #CAC83D
Complementary color
Monochromatic Colors of #CAC83D
Black with #CAC83D
Text Example
Text Example
White with #CAC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC83D; }
p { color: rgb(202,200,61); }
H1.HeaderClassName
{
color: #CAC83D;
}
.AnyTagClassName
{
color: #CAC83D;
}
</style>
background-color css
<style>
a { background-color: #CAC83D; }
a { background-color: rgb(202,200,61); }
div.DivClassName
{
background-color: #CAC83D;
}
.BgClassName
{
background-color: #CAC83D;
}
</style>
border-color css
<style>
span { border-color: #CAC83D; }
span { border-color: rgb(202,200,61); }
td.TdClassName
{
border-color: #CAC83D;
}
.TagClassName
{
border-color: #CAC83D;
}
</style>