Shades of Wattle #CCC13F
Tints of Wattle #CCC13F
RGB
CMYK
RGB Variations
Color information
#CCC13F (or 0xCCC13F) is known color: Wattle. HEX triplet: CC, C1 and 3F. RGB value is (204,193,63). Sum of RGB (Red+Green+Blue) = 204+193+63=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC13F is #333EC0. Grayscale: #B6B6B6. Windows color (decimal): -3358401 or 4178380. OLE color: 4178380.
HSL color Cylindrical-coordinate representation of color #CCC13F: hue angle of 55.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCC13F is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 193 | 63 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.2 |
| HSL | 55.32º | 0.58% | 0.52% | - |
| HSV(B) | 55.32º | 0.69% | 0.8% | - |
| XYZ | 44.87 | 51.34 | 12.25 | - |
| YUV | 181.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 193 | 63 | 0 | 0.05 | 0.69 | 0.2 | 55.32 | 0.58 | 0.52 |
| Hex | CC | C1 | 3F | 0 | 5 | 45 | 14 | 37 | 3A | 34 |
| Octal | 314 | 301 | 77 | 0 | 5 | 105 | 24 | 67 | 72 | 64 |
| Binary | 11001100 | 11000001 | 111111 | 0 | 101 | 1000101 | 10100 | 110111 | 111010 | 110100 |
Color Harmonies of #CCC13F
Complementary color
Monochromatic Colors of #CCC13F
Black with #CCC13F
Text Example
Text Example
White with #CCC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC13F; }
p { color: rgb(204,193,63); }
H1.HeaderClassName
{
color: #CCC13F;
}
.AnyTagClassName
{
color: #CCC13F;
}
</style>
background-color css
<style>
a { background-color: #CCC13F; }
a { background-color: rgb(204,193,63); }
div.DivClassName
{
background-color: #CCC13F;
}
.BgClassName
{
background-color: #CCC13F;
}
</style>
border-color css
<style>
span { border-color: #CCC13F; }
span { border-color: rgb(204,193,63); }
td.TdClassName
{
border-color: #CCC13F;
}
.TagClassName
{
border-color: #CCC13F;
}
</style>