Shades of Wild Willow #CACB54
Tints of Wild Willow #CACB54
RGB
CMYK
RGB Variations
Color information
#CACB54 (or 0xCACB54) is known color: Wild Willow. HEX triplet: CA, CB and 54. RGB value is (202,203,84). Sum of RGB (Red+Green+Blue) = 202+203+84=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB54 is #3534AB. Grayscale: #BDBDBD. Windows color (decimal): -3486892 or 5557194. OLE color: 5557194.
HSL color Cylindrical-coordinate representation of color #CACB54: hue angle of 60.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CACB54 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 84 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.20 |
| HSL | 60.5º | 0.53% | 0.56% | - |
| HSV(B) | 60.5º | 0.59% | 0.8% | - |
| XYZ | 47.31 | 55.91 | 16.69 | - |
| YUV | 189.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 84 | 0.00 | 0 | 0.59 | 0.20 | 60.5 | 0.53 | 0.56 |
| Hex | CA | CB | 54 | 0 | 0 | 3B | 14 | 3D | 35 | 38 |
| Octal | 312 | 313 | 124 | 0 | 0 | 73 | 24 | 75 | 65 | 70 |
| Binary | 11001010 | 11001011 | 1010100 | 0 | 0 | 111011 | 10100 | 111101 | 110101 | 111000 |
Color Harmonies of #CACB54
Complementary color
Monochromatic Colors of #CACB54
Black with #CACB54
Text Example
Text Example
White with #CACB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB54; }
p { color: rgb(202,203,84); }
H1.HeaderClassName
{
color: #CACB54;
}
.AnyTagClassName
{
color: #CACB54;
}
</style>
background-color css
<style>
a { background-color: #CACB54; }
a { background-color: rgb(202,203,84); }
div.DivClassName
{
background-color: #CACB54;
}
.BgClassName
{
background-color: #CACB54;
}
</style>
border-color css
<style>
span { border-color: #CACB54; }
span { border-color: rgb(202,203,84); }
td.TdClassName
{
border-color: #CACB54;
}
.TagClassName
{
border-color: #CACB54;
}
</style>