Shades of Wattle #CBC644
Tints of Wattle #CBC644
RGB
CMYK
RGB Variations
Color information
#CBC644 (or 0xCBC644) is known color: Wattle. HEX triplet: CB, C6 and 44. RGB value is (203,198,68). Sum of RGB (Red+Green+Blue) = 203+198+68=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC644 is #3439BB. Grayscale: #B9B9B9. Windows color (decimal): -3422652 or 4507339. OLE color: 4507339.
HSL color Cylindrical-coordinate representation of color #CBC644: hue angle of 57.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBC644 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 68 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.20 |
| HSL | 57.78º | 0.56% | 0.53% | - |
| HSV(B) | 57.78º | 0.67% | 0.8% | - |
| XYZ | 45.87 | 53.5 | 13.38 | - |
| YUV | 184.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 68 | 0 | 0.02 | 0.67 | 0.20 | 57.78 | 0.56 | 0.53 |
| Hex | CB | C6 | 44 | 0 | 2 | 43 | 14 | 3A | 38 | 35 |
| Octal | 313 | 306 | 104 | 0 | 2 | 103 | 24 | 72 | 70 | 65 |
| Binary | 11001011 | 11000110 | 1000100 | 0 | 10 | 1000011 | 10100 | 111010 | 111000 | 110101 |
Color Harmonies of #CBC644
Complementary color
Monochromatic Colors of #CBC644
Black with #CBC644
Text Example
Text Example
White with #CBC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC644; }
p { color: rgb(203,198,68); }
H1.HeaderClassName
{
color: #CBC644;
}
.AnyTagClassName
{
color: #CBC644;
}
</style>
background-color css
<style>
a { background-color: #CBC644; }
a { background-color: rgb(203,198,68); }
div.DivClassName
{
background-color: #CBC644;
}
.BgClassName
{
background-color: #CBC644;
}
</style>
border-color css
<style>
span { border-color: #CBC644; }
span { border-color: rgb(203,198,68); }
td.TdClassName
{
border-color: #CBC644;
}
.TagClassName
{
border-color: #CBC644;
}
</style>