Shades of Wild Willow #CCC95D
Tints of Wild Willow #CCC95D
RGB
CMYK
RGB Variations
Color information
#CCC95D (or 0xCCC95D) is known color: Wild Willow. HEX triplet: CC, C9 and 5D. RGB value is (204,201,93). Sum of RGB (Red+Green+Blue) = 204+201+93=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC95D is #3336A2. Grayscale: #BEBEBE. Windows color (decimal): -3356323 or 6146508. OLE color: 6146508.
HSL color Cylindrical-coordinate representation of color #CCC95D: hue angle of 58.38º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC95D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 93 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.2 |
| HSL | 58.38º | 0.52% | 0.58% | - |
| HSV(B) | 58.38º | 0.54% | 0.8% | - |
| XYZ | 47.76 | 55.4 | 18.53 | - |
| YUV | 189.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 93 | 0 | 0.01 | 0.54 | 0.2 | 58.38 | 0.52 | 0.58 |
| Hex | CC | C9 | 5D | 0 | 1 | 36 | 14 | 3A | 34 | 3A |
| Octal | 314 | 311 | 135 | 0 | 1 | 66 | 24 | 72 | 64 | 72 |
| Binary | 11001100 | 11001001 | 1011101 | 0 | 1 | 110110 | 10100 | 111010 | 110100 | 111010 |
Color Harmonies of #CCC95D
Complementary color
Monochromatic Colors of #CCC95D
Black with #CCC95D
Text Example
Text Example
White with #CCC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC95D; }
p { color: rgb(204,201,93); }
H1.HeaderClassName
{
color: #CCC95D;
}
.AnyTagClassName
{
color: #CCC95D;
}
</style>
background-color css
<style>
a { background-color: #CCC95D; }
a { background-color: rgb(204,201,93); }
div.DivClassName
{
background-color: #CCC95D;
}
.BgClassName
{
background-color: #CCC95D;
}
</style>
border-color css
<style>
span { border-color: #CCC95D; }
span { border-color: rgb(204,201,93); }
td.TdClassName
{
border-color: #CCC95D;
}
.TagClassName
{
border-color: #CCC95D;
}
</style>