Shades of Wattle #CCC23D
Tints of Wattle #CCC23D
RGB
CMYK
RGB Variations
Color information
#CCC23D (or 0xCCC23D) is known color: Wattle. HEX triplet: CC, C2 and 3D. RGB value is (204,194,61). Sum of RGB (Red+Green+Blue) = 204+194+61=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC23D is #333DC2. Grayscale: #B6B6B6. Windows color (decimal): -3358147 or 4047564. OLE color: 4047564.
HSL color Cylindrical-coordinate representation of color #CCC23D: hue angle of 55.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCC23D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 61 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.2 |
| HSL | 55.8º | 0.58% | 0.52% | - |
| HSV(B) | 55.8º | 0.7% | 0.8% | - |
| XYZ | 45.04 | 51.76 | 12.03 | - |
| YUV | 181.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 61 | 0 | 0.05 | 0.70 | 0.2 | 55.8 | 0.58 | 0.52 |
| Hex | CC | C2 | 3D | 0 | 5 | 46 | 14 | 38 | 3A | 34 |
| Octal | 314 | 302 | 75 | 0 | 5 | 106 | 24 | 70 | 72 | 64 |
| Binary | 11001100 | 11000010 | 111101 | 0 | 101 | 1000110 | 10100 | 111000 | 111010 | 110100 |
Color Harmonies of #CCC23D
Complementary color
Monochromatic Colors of #CCC23D
Black with #CCC23D
Text Example
Text Example
White with #CCC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC23D; }
p { color: rgb(204,194,61); }
H1.HeaderClassName
{
color: #CCC23D;
}
.AnyTagClassName
{
color: #CCC23D;
}
</style>
background-color css
<style>
a { background-color: #CCC23D; }
a { background-color: rgb(204,194,61); }
div.DivClassName
{
background-color: #CCC23D;
}
.BgClassName
{
background-color: #CCC23D;
}
</style>
border-color css
<style>
span { border-color: #CCC23D; }
span { border-color: rgb(204,194,61); }
td.TdClassName
{
border-color: #CCC23D;
}
.TagClassName
{
border-color: #CCC23D;
}
</style>