Shades of Wattle #CCCE4A
Tints of Wattle #CCCE4A
RGB
CMYK
RGB Variations
Color information
#CCCE4A (or 0xCCCE4A) is known color: Wattle. HEX triplet: CC, CE and 4A. RGB value is (204,206,74). Sum of RGB (Red+Green+Blue) = 204+206+74=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE4A is #3331B5. Grayscale: #BEBEBE. Windows color (decimal): -3355062 or 4902604. OLE color: 4902604.
HSL color Cylindrical-coordinate representation of color #CCCE4A: hue angle of 60.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCCE4A is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 74 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.19 |
| HSL | 60.91º | 0.57% | 0.55% | - |
| HSV(B) | 60.91º | 0.64% | 0.81% | - |
| XYZ | 48.21 | 57.47 | 15.03 | - |
| YUV | 190.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 74 | 0.01 | 0 | 0.64 | 0.19 | 60.91 | 0.57 | 0.55 |
| Hex | CC | CE | 4A | 1 | 0 | 40 | 13 | 3D | 39 | 37 |
| Octal | 314 | 316 | 112 | 1 | 0 | 100 | 23 | 75 | 71 | 67 |
| Binary | 11001100 | 11001110 | 1001010 | 1 | 0 | 1000000 | 10011 | 111101 | 111001 | 110111 |
Color Harmonies of #CCCE4A
Complementary color
Monochromatic Colors of #CCCE4A
Black with #CCCE4A
Text Example
Text Example
White with #CCCE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE4A; }
p { color: rgb(204,206,74); }
H1.HeaderClassName
{
color: #CCCE4A;
}
.AnyTagClassName
{
color: #CCCE4A;
}
</style>
background-color css
<style>
a { background-color: #CCCE4A; }
a { background-color: rgb(204,206,74); }
div.DivClassName
{
background-color: #CCCE4A;
}
.BgClassName
{
background-color: #CCCE4A;
}
</style>
border-color css
<style>
span { border-color: #CCCE4A; }
span { border-color: rgb(204,206,74); }
td.TdClassName
{
border-color: #CCCE4A;
}
.TagClassName
{
border-color: #CCCE4A;
}
</style>