Shades of Wattle #CCC93D
Tints of Wattle #CCC93D
RGB
CMYK
RGB Variations
Color information
#CCC93D (or 0xCCC93D) is known color: Wattle. HEX triplet: CC, C9 and 3D. RGB value is (204,201,61). Sum of RGB (Red+Green+Blue) = 204+201+61=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC93D is #3336C2. Grayscale: #BABABA. Windows color (decimal): -3356355 or 4049356. OLE color: 4049356.
HSL color Cylindrical-coordinate representation of color #CCC93D: hue angle of 58.74º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCC93D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 61 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.2 |
| HSL | 58.74º | 0.58% | 0.52% | - |
| HSV(B) | 58.74º | 0.7% | 0.8% | - |
| XYZ | 46.63 | 54.95 | 12.56 | - |
| YUV | 185.94 | 57.49 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 61 | 0 | 0.01 | 0.70 | 0.2 | 58.74 | 0.58 | 0.52 |
| Hex | CC | C9 | 3D | 0 | 1 | 46 | 14 | 3B | 3A | 34 |
| Octal | 314 | 311 | 75 | 0 | 1 | 106 | 24 | 73 | 72 | 64 |
| Binary | 11001100 | 11001001 | 111101 | 0 | 1 | 1000110 | 10100 | 111011 | 111010 | 110100 |
Color Harmonies of #CCC93D
Complementary color
Monochromatic Colors of #CCC93D
Black with #CCC93D
Text Example
Text Example
White with #CCC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC93D; }
p { color: rgb(204,201,61); }
H1.HeaderClassName
{
color: #CCC93D;
}
.AnyTagClassName
{
color: #CCC93D;
}
</style>
background-color css
<style>
a { background-color: #CCC93D; }
a { background-color: rgb(204,201,61); }
div.DivClassName
{
background-color: #CCC93D;
}
.BgClassName
{
background-color: #CCC93D;
}
</style>
border-color css
<style>
span { border-color: #CCC93D; }
span { border-color: rgb(204,201,61); }
td.TdClassName
{
border-color: #CCC93D;
}
.TagClassName
{
border-color: #CCC93D;
}
</style>