Shades of Wattle #CCCF4E
Tints of Wattle #CCCF4E
RGB
CMYK
RGB Variations
Color information
#CCCF4E (or 0xCCCF4E) is known color: Wattle. HEX triplet: CC, CF and 4E. RGB value is (204,207,78). Sum of RGB (Red+Green+Blue) = 204+207+78=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF4E is #3330B1. Grayscale: #BFBFBF. Windows color (decimal): -3354802 or 5165004. OLE color: 5165004.
HSL color Cylindrical-coordinate representation of color #CCCF4E: hue angle of 61.4º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCCF4E is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 78 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.19 |
| HSL | 61.4º | 0.57% | 0.56% | - |
| HSV(B) | 61.4º | 0.62% | 0.81% | - |
| XYZ | 48.59 | 58.01 | 15.84 | - |
| YUV | 191.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 78 | 0.01 | 0 | 0.62 | 0.19 | 61.4 | 0.57 | 0.56 |
| Hex | CC | CF | 4E | 1 | 0 | 3E | 13 | 3D | 39 | 38 |
| Octal | 314 | 317 | 116 | 1 | 0 | 76 | 23 | 75 | 71 | 70 |
| Binary | 11001100 | 11001111 | 1001110 | 1 | 0 | 111110 | 10011 | 111101 | 111001 | 111000 |
Color Harmonies of #CCCF4E
Complementary color
Monochromatic Colors of #CCCF4E
Black with #CCCF4E
Text Example
Text Example
White with #CCCF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF4E; }
p { color: rgb(204,207,78); }
H1.HeaderClassName
{
color: #CCCF4E;
}
.AnyTagClassName
{
color: #CCCF4E;
}
</style>
background-color css
<style>
a { background-color: #CCCF4E; }
a { background-color: rgb(204,207,78); }
div.DivClassName
{
background-color: #CCCF4E;
}
.BgClassName
{
background-color: #CCCF4E;
}
</style>
border-color css
<style>
span { border-color: #CCCF4E; }
span { border-color: rgb(204,207,78); }
td.TdClassName
{
border-color: #CCCF4E;
}
.TagClassName
{
border-color: #CCCF4E;
}
</style>