Shades of Wattle #CAC438
Tints of Wattle #CAC438
RGB
CMYK
RGB Variations
Color information
#CAC438 (or 0xCAC438) is known color: Wattle. HEX triplet: CA, C4 and 38. RGB value is (202,196,56). Sum of RGB (Red+Green+Blue) = 202+196+56=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC438 is #353BC7. Grayscale: #B6B6B6. Windows color (decimal): -3488712 or 3720394. OLE color: 3720394.
HSL color Cylindrical-coordinate representation of color #CAC438: hue angle of 57.53º 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 #CAC438 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 56 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.21 |
| HSL | 57.53º | 0.58% | 0.51% | - |
| HSV(B) | 57.53º | 0.72% | 0.79% | - |
| XYZ | 44.81 | 52.32 | 11.48 | - |
| YUV | 181.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 56 | 0 | 0.03 | 0.72 | 0.21 | 57.53 | 0.58 | 0.51 |
| Hex | CA | C4 | 38 | 0 | 3 | 48 | 15 | 3A | 3A | 33 |
| Octal | 312 | 304 | 70 | 0 | 3 | 110 | 25 | 72 | 72 | 63 |
| Binary | 11001010 | 11000100 | 111000 | 0 | 11 | 1001000 | 10101 | 111010 | 111010 | 110011 |
Color Harmonies of #CAC438
Complementary color
Monochromatic Colors of #CAC438
Black with #CAC438
Text Example
Text Example
White with #CAC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC438; }
p { color: rgb(202,196,56); }
H1.HeaderClassName
{
color: #CAC438;
}
.AnyTagClassName
{
color: #CAC438;
}
</style>
background-color css
<style>
a { background-color: #CAC438; }
a { background-color: rgb(202,196,56); }
div.DivClassName
{
background-color: #CAC438;
}
.BgClassName
{
background-color: #CAC438;
}
</style>
border-color css
<style>
span { border-color: #CAC438; }
span { border-color: rgb(202,196,56); }
td.TdClassName
{
border-color: #CAC438;
}
.TagClassName
{
border-color: #CAC438;
}
</style>