Shades of Wattle #CCD149
Tints of Wattle #CCD149
RGB
CMYK
RGB Variations
Color information
#CCD149 (or 0xCCD149) is known color: Wattle. HEX triplet: CC, D1 and 49. RGB value is (204,209,73). Sum of RGB (Red+Green+Blue) = 204+209+73=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD149 is #332EB6. Grayscale: #C0C0C0. Windows color (decimal): -3354295 or 4837836. OLE color: 4837836.
HSL color Cylindrical-coordinate representation of color #CCD149: hue angle of 62.21º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD149 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 73 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.18 |
| HSL | 62.21º | 0.6% | 0.55% | - |
| HSV(B) | 62.21º | 0.65% | 0.82% | - |
| XYZ | 48.9 | 58.92 | 15.1 | - |
| YUV | 192 | 60.84 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 73 | 0.02 | 0 | 0.65 | 0.18 | 62.21 | 0.6 | 0.55 |
| Hex | CC | D1 | 49 | 2 | 0 | 41 | 12 | 3E | 3C | 37 |
| Octal | 314 | 321 | 111 | 2 | 0 | 101 | 22 | 76 | 74 | 67 |
| Binary | 11001100 | 11010001 | 1001001 | 10 | 0 | 1000001 | 10010 | 111110 | 111100 | 110111 |
Color Harmonies of #CCD149
Complementary color
Monochromatic Colors of #CCD149
Black with #CCD149
Text Example
Text Example
White with #CCD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD149; }
p { color: rgb(204,209,73); }
H1.HeaderClassName
{
color: #CCD149;
}
.AnyTagClassName
{
color: #CCD149;
}
</style>
background-color css
<style>
a { background-color: #CCD149; }
a { background-color: rgb(204,209,73); }
div.DivClassName
{
background-color: #CCD149;
}
.BgClassName
{
background-color: #CCD149;
}
</style>
border-color css
<style>
span { border-color: #CCD149; }
span { border-color: rgb(204,209,73); }
td.TdClassName
{
border-color: #CCD149;
}
.TagClassName
{
border-color: #CCD149;
}
</style>