Shades of Wattle #CCD24B
Tints of Wattle #CCD24B
RGB
CMYK
RGB Variations
Color information
#CCD24B (or 0xCCD24B) is known color: Wattle. HEX triplet: CC, D2 and 4B. RGB value is (204,210,75). Sum of RGB (Red+Green+Blue) = 204+210+75=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD24B is #332DB4. Grayscale: #C1C1C1. Windows color (decimal): -3354037 or 4969164. OLE color: 4969164.
HSL color Cylindrical-coordinate representation of color #CCD24B: hue angle of 62.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD24B is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 75 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.18 |
| HSL | 62.67º | 0.6% | 0.56% | - |
| HSV(B) | 62.67º | 0.64% | 0.82% | - |
| XYZ | 49.22 | 59.44 | 15.54 | - |
| YUV | 192.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 75 | 0.03 | 0 | 0.64 | 0.18 | 62.67 | 0.6 | 0.56 |
| Hex | CC | D2 | 4B | 3 | 0 | 40 | 12 | 3F | 3C | 38 |
| Octal | 314 | 322 | 113 | 3 | 0 | 100 | 22 | 77 | 74 | 70 |
| Binary | 11001100 | 11010010 | 1001011 | 11 | 0 | 1000000 | 10010 | 111111 | 111100 | 111000 |
Color Harmonies of #CCD24B
Complementary color
Monochromatic Colors of #CCD24B
Black with #CCD24B
Text Example
Text Example
White with #CCD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD24B; }
p { color: rgb(204,210,75); }
H1.HeaderClassName
{
color: #CCD24B;
}
.AnyTagClassName
{
color: #CCD24B;
}
</style>
background-color css
<style>
a { background-color: #CCD24B; }
a { background-color: rgb(204,210,75); }
div.DivClassName
{
background-color: #CCD24B;
}
.BgClassName
{
background-color: #CCD24B;
}
</style>
border-color css
<style>
span { border-color: #CCD24B; }
span { border-color: rgb(204,210,75); }
td.TdClassName
{
border-color: #CCD24B;
}
.TagClassName
{
border-color: #CCD24B;
}
</style>