Shades of Wattle #CAC638
Tints of Wattle #CAC638
RGB
CMYK
RGB Variations
Color information
#CAC638 (or 0xCAC638) is known color: Wattle. HEX triplet: CA, C6 and 38. RGB value is (202,198,56). Sum of RGB (Red+Green+Blue) = 202+198+56=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC638 is #3539C7. Grayscale: #B7B7B7. Windows color (decimal): -3488200 or 3720906. OLE color: 3720906.
HSL color Cylindrical-coordinate representation of color #CAC638: hue angle of 58.36º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAC638 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 56 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.21 |
| HSL | 58.36º | 0.58% | 0.51% | - |
| HSV(B) | 58.36º | 0.72% | 0.79% | - |
| XYZ | 45.27 | 53.23 | 11.63 | - |
| YUV | 183.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 56 | 0 | 0.02 | 0.72 | 0.21 | 58.36 | 0.58 | 0.51 |
| Hex | CA | C6 | 38 | 0 | 2 | 48 | 15 | 3A | 3A | 33 |
| Octal | 312 | 306 | 70 | 0 | 2 | 110 | 25 | 72 | 72 | 63 |
| Binary | 11001010 | 11000110 | 111000 | 0 | 10 | 1001000 | 10101 | 111010 | 111010 | 110011 |
Color Harmonies of #CAC638
Complementary color
Monochromatic Colors of #CAC638
Black with #CAC638
Text Example
Text Example
White with #CAC638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC638; }
p { color: rgb(202,198,56); }
H1.HeaderClassName
{
color: #CAC638;
}
.AnyTagClassName
{
color: #CAC638;
}
</style>
background-color css
<style>
a { background-color: #CAC638; }
a { background-color: rgb(202,198,56); }
div.DivClassName
{
background-color: #CAC638;
}
.BgClassName
{
background-color: #CAC638;
}
</style>
border-color css
<style>
span { border-color: #CAC638; }
span { border-color: rgb(202,198,56); }
td.TdClassName
{
border-color: #CAC638;
}
.TagClassName
{
border-color: #CAC638;
}
</style>