Shades of Wattle #CCD24A
Tints of Wattle #CCD24A
RGB
CMYK
RGB Variations
Color information
#CCD24A (or 0xCCD24A) is known color: Wattle. HEX triplet: CC, D2 and 4A. RGB value is (204,210,74). Sum of RGB (Red+Green+Blue) = 204+210+74=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD24A is #332DB5. Grayscale: #C1C1C1. Windows color (decimal): -3354038 or 4903628. OLE color: 4903628.
HSL color Cylindrical-coordinate representation of color #CCD24A: hue angle of 62.65º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD24A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 74 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.18 |
| HSL | 62.65º | 0.6% | 0.56% | - |
| HSV(B) | 62.65º | 0.65% | 0.82% | - |
| XYZ | 49.18 | 59.42 | 15.36 | - |
| YUV | 192.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 74 | 0.03 | 0 | 0.65 | 0.18 | 62.65 | 0.6 | 0.56 |
| Hex | CC | D2 | 4A | 3 | 0 | 41 | 12 | 3F | 3C | 38 |
| Octal | 314 | 322 | 112 | 3 | 0 | 101 | 22 | 77 | 74 | 70 |
| Binary | 11001100 | 11010010 | 1001010 | 11 | 0 | 1000001 | 10010 | 111111 | 111100 | 111000 |
Color Harmonies of #CCD24A
Complementary color
Monochromatic Colors of #CCD24A
Black with #CCD24A
Text Example
Text Example
White with #CCD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD24A; }
p { color: rgb(204,210,74); }
H1.HeaderClassName
{
color: #CCD24A;
}
.AnyTagClassName
{
color: #CCD24A;
}
</style>
background-color css
<style>
a { background-color: #CCD24A; }
a { background-color: rgb(204,210,74); }
div.DivClassName
{
background-color: #CCD24A;
}
.BgClassName
{
background-color: #CCD24A;
}
</style>
border-color css
<style>
span { border-color: #CCD24A; }
span { border-color: rgb(204,210,74); }
td.TdClassName
{
border-color: #CCD24A;
}
.TagClassName
{
border-color: #CCD24A;
}
</style>