Shades of Wattle #CCC83B
Tints of Wattle #CCC83B
RGB
CMYK
RGB Variations
Color information
#CCC83B (or 0xCCC83B) is known color: Wattle. HEX triplet: CC, C8 and 3B. RGB value is (204,200,59). Sum of RGB (Red+Green+Blue) = 204+200+59=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC83B is #3337C4. Grayscale: #B9B9B9. Windows color (decimal): -3356613 or 3918028. OLE color: 3918028.
HSL color Cylindrical-coordinate representation of color #CCC83B: hue angle of 58.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCC83B is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 59 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.2 |
| HSL | 58.34º | 0.59% | 0.52% | - |
| HSV(B) | 58.34º | 0.71% | 0.8% | - |
| XYZ | 46.35 | 54.46 | 12.21 | - |
| YUV | 185.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 59 | 0 | 0.02 | 0.71 | 0.2 | 58.34 | 0.59 | 0.52 |
| Hex | CC | C8 | 3B | 0 | 2 | 47 | 14 | 3A | 3B | 34 |
| Octal | 314 | 310 | 73 | 0 | 2 | 107 | 24 | 72 | 73 | 64 |
| Binary | 11001100 | 11001000 | 111011 | 0 | 10 | 1000111 | 10100 | 111010 | 111011 | 110100 |
Color Harmonies of #CCC83B
Complementary color
Monochromatic Colors of #CCC83B
Black with #CCC83B
Text Example
Text Example
White with #CCC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC83B; }
p { color: rgb(204,200,59); }
H1.HeaderClassName
{
color: #CCC83B;
}
.AnyTagClassName
{
color: #CCC83B;
}
</style>
background-color css
<style>
a { background-color: #CCC83B; }
a { background-color: rgb(204,200,59); }
div.DivClassName
{
background-color: #CCC83B;
}
.BgClassName
{
background-color: #CCC83B;
}
</style>
border-color css
<style>
span { border-color: #CCC83B; }
span { border-color: rgb(204,200,59); }
td.TdClassName
{
border-color: #CCC83B;
}
.TagClassName
{
border-color: #CCC83B;
}
</style>