Shades of Wattle #CCD13F
Tints of Wattle #CCD13F
RGB
CMYK
RGB Variations
Color information
#CCD13F (or 0xCCD13F) is known color: Wattle. HEX triplet: CC, D1 and 3F. RGB value is (204,209,63). Sum of RGB (Red+Green+Blue) = 204+209+63=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD13F is #332EC0. Grayscale: #BFBFBF. Windows color (decimal): -3354305 or 4182476. OLE color: 4182476.
HSL color Cylindrical-coordinate representation of color #CCD13F: hue angle of 62.05º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD13F is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 63 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.18 |
| HSL | 62.05º | 0.61% | 0.53% | - |
| HSV(B) | 62.05º | 0.7% | 0.82% | - |
| XYZ | 48.6 | 58.8 | 13.49 | - |
| YUV | 190.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 63 | 0.02 | 0 | 0.70 | 0.18 | 62.05 | 0.61 | 0.53 |
| Hex | CC | D1 | 3F | 2 | 0 | 46 | 12 | 3E | 3D | 35 |
| Octal | 314 | 321 | 77 | 2 | 0 | 106 | 22 | 76 | 75 | 65 |
| Binary | 11001100 | 11010001 | 111111 | 10 | 0 | 1000110 | 10010 | 111110 | 111101 | 110101 |
Color Harmonies of #CCD13F
Complementary color
Monochromatic Colors of #CCD13F
Black with #CCD13F
Text Example
Text Example
White with #CCD13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD13F; }
p { color: rgb(204,209,63); }
H1.HeaderClassName
{
color: #CCD13F;
}
.AnyTagClassName
{
color: #CCD13F;
}
</style>
background-color css
<style>
a { background-color: #CCD13F; }
a { background-color: rgb(204,209,63); }
div.DivClassName
{
background-color: #CCD13F;
}
.BgClassName
{
background-color: #CCD13F;
}
</style>
border-color css
<style>
span { border-color: #CCD13F; }
span { border-color: rgb(204,209,63); }
td.TdClassName
{
border-color: #CCD13F;
}
.TagClassName
{
border-color: #CCD13F;
}
</style>