Shades of Wattle #CCCE3A
Tints of Wattle #CCCE3A
RGB
CMYK
RGB Variations
Color information
#CCCE3A (or 0xCCCE3A) is known color: Wattle. HEX triplet: CC, CE and 3A. RGB value is (204,206,58). Sum of RGB (Red+Green+Blue) = 204+206+58=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 58 (23.05% from 255 or 12.39% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE3A is #3331C5. Grayscale: #BDBDBD. Windows color (decimal): -3355078 or 3854028. OLE color: 3854028.
HSL color Cylindrical-coordinate representation of color #CCCE3A: hue angle of 60.81º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCCE3A is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 58 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.19 |
| HSL | 60.81º | 0.6% | 0.52% | - |
| HSV(B) | 60.81º | 0.72% | 0.81% | - |
| XYZ | 47.74 | 57.29 | 12.54 | - |
| YUV | 188.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 58 | 0.01 | 0 | 0.72 | 0.19 | 60.81 | 0.6 | 0.52 |
| Hex | CC | CE | 3A | 1 | 0 | 48 | 13 | 3D | 3C | 34 |
| Octal | 314 | 316 | 72 | 1 | 0 | 110 | 23 | 75 | 74 | 64 |
| Binary | 11001100 | 11001110 | 111010 | 1 | 0 | 1001000 | 10011 | 111101 | 111100 | 110100 |
Color Harmonies of #CCCE3A
Complementary color
Monochromatic Colors of #CCCE3A
Black with #CCCE3A
Text Example
Text Example
White with #CCCE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE3A; }
p { color: rgb(204,206,58); }
H1.HeaderClassName
{
color: #CCCE3A;
}
.AnyTagClassName
{
color: #CCCE3A;
}
</style>
background-color css
<style>
a { background-color: #CCCE3A; }
a { background-color: rgb(204,206,58); }
div.DivClassName
{
background-color: #CCCE3A;
}
.BgClassName
{
background-color: #CCCE3A;
}
</style>
border-color css
<style>
span { border-color: #CCCE3A; }
span { border-color: rgb(204,206,58); }
td.TdClassName
{
border-color: #CCCE3A;
}
.TagClassName
{
border-color: #CCCE3A;
}
</style>