Shades of Wattle #CAC938
Tints of Wattle #CAC938
RGB
CMYK
RGB Variations
Color information
#CAC938 (or 0xCAC938) is known color: Wattle. HEX triplet: CA, C9 and 38. RGB value is (202,201,56). Sum of RGB (Red+Green+Blue) = 202+201+56=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC938 is #3536C7. Grayscale: #B9B9B9. Windows color (decimal): -3487432 or 3721674. OLE color: 3721674.
HSL color Cylindrical-coordinate representation of color #CAC938: hue angle of 59.59º 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 #CAC938 is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 56 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.21 |
| HSL | 59.59º | 0.58% | 0.51% | - |
| HSV(B) | 59.59º | 0.72% | 0.79% | - |
| XYZ | 45.96 | 54.62 | 11.86 | - |
| YUV | 184.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 56 | 0 | 0.00 | 0.72 | 0.21 | 59.59 | 0.58 | 0.51 |
| Hex | CA | C9 | 38 | 0 | 0 | 48 | 15 | 3C | 3A | 33 |
| Octal | 312 | 311 | 70 | 0 | 0 | 110 | 25 | 74 | 72 | 63 |
| Binary | 11001010 | 11001001 | 111000 | 0 | 0 | 1001000 | 10101 | 111100 | 111010 | 110011 |
Color Harmonies of #CAC938
Complementary color
Monochromatic Colors of #CAC938
Black with #CAC938
Text Example
Text Example
White with #CAC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC938; }
p { color: rgb(202,201,56); }
H1.HeaderClassName
{
color: #CAC938;
}
.AnyTagClassName
{
color: #CAC938;
}
</style>
background-color css
<style>
a { background-color: #CAC938; }
a { background-color: rgb(202,201,56); }
div.DivClassName
{
background-color: #CAC938;
}
.BgClassName
{
background-color: #CAC938;
}
</style>
border-color css
<style>
span { border-color: #CAC938; }
span { border-color: rgb(202,201,56); }
td.TdClassName
{
border-color: #CAC938;
}
.TagClassName
{
border-color: #CAC938;
}
</style>