Shades of Wattle #CBC444
Tints of Wattle #CBC444
RGB
CMYK
RGB Variations
Color information
#CBC444 (or 0xCBC444) is known color: Wattle. HEX triplet: CB, C4 and 44. RGB value is (203,196,68). Sum of RGB (Red+Green+Blue) = 203+196+68=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC444 is #343BBB. Grayscale: #B8B8B8. Windows color (decimal): -3423164 or 4506827. OLE color: 4506827.
HSL color Cylindrical-coordinate representation of color #CBC444: hue angle of 56.89º 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 #CBC444 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 68 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.20 |
| HSL | 56.89º | 0.56% | 0.53% | - |
| HSV(B) | 56.89º | 0.67% | 0.8% | - |
| XYZ | 45.41 | 52.59 | 13.23 | - |
| YUV | 183.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 68 | 0 | 0.03 | 0.67 | 0.20 | 56.89 | 0.56 | 0.53 |
| Hex | CB | C4 | 44 | 0 | 3 | 43 | 14 | 39 | 38 | 35 |
| Octal | 313 | 304 | 104 | 0 | 3 | 103 | 24 | 71 | 70 | 65 |
| Binary | 11001011 | 11000100 | 1000100 | 0 | 11 | 1000011 | 10100 | 111001 | 111000 | 110101 |
Color Harmonies of #CBC444
Complementary color
Monochromatic Colors of #CBC444
Black with #CBC444
Text Example
Text Example
White with #CBC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC444; }
p { color: rgb(203,196,68); }
H1.HeaderClassName
{
color: #CBC444;
}
.AnyTagClassName
{
color: #CBC444;
}
</style>
background-color css
<style>
a { background-color: #CBC444; }
a { background-color: rgb(203,196,68); }
div.DivClassName
{
background-color: #CBC444;
}
.BgClassName
{
background-color: #CBC444;
}
</style>
border-color css
<style>
span { border-color: #CBC444; }
span { border-color: rgb(203,196,68); }
td.TdClassName
{
border-color: #CBC444;
}
.TagClassName
{
border-color: #CBC444;
}
</style>