Shades of Wattle #CCD141
Tints of Wattle #CCD141
RGB
CMYK
RGB Variations
Color information
#CCD141 (or 0xCCD141) is known color: Wattle. HEX triplet: CC, D1 and 41. RGB value is (204,209,65). Sum of RGB (Red+Green+Blue) = 204+209+65=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD141 is #332EBE. Grayscale: #BFBFBF. Windows color (decimal): -3354303 or 4313548. OLE color: 4313548.
HSL color Cylindrical-coordinate representation of color #CCD141: hue angle of 62.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCD141 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 65 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.18 |
| HSL | 62.08º | 0.61% | 0.54% | - |
| HSV(B) | 62.08º | 0.69% | 0.82% | - |
| XYZ | 48.66 | 58.82 | 13.79 | - |
| YUV | 191.09 | 56.84 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 65 | 0.02 | 0 | 0.69 | 0.18 | 62.08 | 0.61 | 0.54 |
| Hex | CC | D1 | 41 | 2 | 0 | 45 | 12 | 3E | 3D | 36 |
| Octal | 314 | 321 | 101 | 2 | 0 | 105 | 22 | 76 | 75 | 66 |
| Binary | 11001100 | 11010001 | 1000001 | 10 | 0 | 1000101 | 10010 | 111110 | 111101 | 110110 |
Color Harmonies of #CCD141
Complementary color
Monochromatic Colors of #CCD141
Black with #CCD141
Text Example
Text Example
White with #CCD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD141; }
p { color: rgb(204,209,65); }
H1.HeaderClassName
{
color: #CCD141;
}
.AnyTagClassName
{
color: #CCD141;
}
</style>
background-color css
<style>
a { background-color: #CCD141; }
a { background-color: rgb(204,209,65); }
div.DivClassName
{
background-color: #CCD141;
}
.BgClassName
{
background-color: #CCD141;
}
</style>
border-color css
<style>
span { border-color: #CCD141; }
span { border-color: rgb(204,209,65); }
td.TdClassName
{
border-color: #CCD141;
}
.TagClassName
{
border-color: #CCD141;
}
</style>