Shades of Wattle #CCC83F
Tints of Wattle #CCC83F
RGB
CMYK
RGB Variations
Color information
#CCC83F (or 0xCCC83F) is known color: Wattle. HEX triplet: CC, C8 and 3F. RGB value is (204,200,63). Sum of RGB (Red+Green+Blue) = 204+200+63=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC83F is #3337C0. Grayscale: #BABABA. Windows color (decimal): -3356609 or 4180172. OLE color: 4180172.
HSL color Cylindrical-coordinate representation of color #CCC83F: hue angle of 58.3º 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 #CCC83F is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 63 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.2 |
| HSL | 58.3º | 0.58% | 0.52% | - |
| HSV(B) | 58.3º | 0.69% | 0.8% | - |
| XYZ | 46.45 | 54.5 | 12.77 | - |
| YUV | 185.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 63 | 0 | 0.02 | 0.69 | 0.2 | 58.3 | 0.58 | 0.52 |
| Hex | CC | C8 | 3F | 0 | 2 | 45 | 14 | 3A | 3A | 34 |
| Octal | 314 | 310 | 77 | 0 | 2 | 105 | 24 | 72 | 72 | 64 |
| Binary | 11001100 | 11001000 | 111111 | 0 | 10 | 1000101 | 10100 | 111010 | 111010 | 110100 |
Color Harmonies of #CCC83F
Complementary color
Monochromatic Colors of #CCC83F
Black with #CCC83F
Text Example
Text Example
White with #CCC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC83F; }
p { color: rgb(204,200,63); }
H1.HeaderClassName
{
color: #CCC83F;
}
.AnyTagClassName
{
color: #CCC83F;
}
</style>
background-color css
<style>
a { background-color: #CCC83F; }
a { background-color: rgb(204,200,63); }
div.DivClassName
{
background-color: #CCC83F;
}
.BgClassName
{
background-color: #CCC83F;
}
</style>
border-color css
<style>
span { border-color: #CCC83F; }
span { border-color: rgb(204,200,63); }
td.TdClassName
{
border-color: #CCC83F;
}
.TagClassName
{
border-color: #CCC83F;
}
</style>