Shades of Wattle #CCC34A
Tints of Wattle #CCC34A
RGB
CMYK
RGB Variations
Color information
#CCC34A (or 0xCCC34A) is known color: Wattle. HEX triplet: CC, C3 and 4A. RGB value is (204,195,74). Sum of RGB (Red+Green+Blue) = 204+195+74=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC34A is #333CB5. Grayscale: #B8B8B8. Windows color (decimal): -3357878 or 4899788. OLE color: 4899788.
HSL color Cylindrical-coordinate representation of color #CCC34A: hue angle of 55.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC34A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 74 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.2 |
| HSL | 55.85º | 0.56% | 0.55% | - |
| HSV(B) | 55.85º | 0.64% | 0.8% | - |
| XYZ | 45.65 | 52.36 | 14.18 | - |
| YUV | 183.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 74 | 0 | 0.04 | 0.64 | 0.2 | 55.85 | 0.56 | 0.55 |
| Hex | CC | C3 | 4A | 0 | 4 | 40 | 14 | 38 | 38 | 37 |
| Octal | 314 | 303 | 112 | 0 | 4 | 100 | 24 | 70 | 70 | 67 |
| Binary | 11001100 | 11000011 | 1001010 | 0 | 100 | 1000000 | 10100 | 111000 | 111000 | 110111 |
Color Harmonies of #CCC34A
Complementary color
Monochromatic Colors of #CCC34A
Black with #CCC34A
Text Example
Text Example
White with #CCC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC34A; }
p { color: rgb(204,195,74); }
H1.HeaderClassName
{
color: #CCC34A;
}
.AnyTagClassName
{
color: #CCC34A;
}
</style>
background-color css
<style>
a { background-color: #CCC34A; }
a { background-color: rgb(204,195,74); }
div.DivClassName
{
background-color: #CCC34A;
}
.BgClassName
{
background-color: #CCC34A;
}
</style>
border-color css
<style>
span { border-color: #CCC34A; }
span { border-color: rgb(204,195,74); }
td.TdClassName
{
border-color: #CCC34A;
}
.TagClassName
{
border-color: #CCC34A;
}
</style>