Shades of Wattle #CBC844
Tints of Wattle #CBC844
RGB
CMYK
RGB Variations
Color information
#CBC844 (or 0xCBC844) is known color: Wattle. HEX triplet: CB, C8 and 44. RGB value is (203,200,68). Sum of RGB (Red+Green+Blue) = 203+200+68=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC844 is #3437BB. Grayscale: #BABABA. Windows color (decimal): -3422140 or 4507851. OLE color: 4507851.
HSL color Cylindrical-coordinate representation of color #CBC844: hue angle of 58.67º 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 #CBC844 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 68 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.20 |
| HSL | 58.67º | 0.56% | 0.53% | - |
| HSV(B) | 58.67º | 0.67% | 0.8% | - |
| XYZ | 46.33 | 54.42 | 13.53 | - |
| YUV | 185.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 68 | 0 | 0.01 | 0.67 | 0.20 | 58.67 | 0.56 | 0.53 |
| Hex | CB | C8 | 44 | 0 | 1 | 43 | 14 | 3B | 38 | 35 |
| Octal | 313 | 310 | 104 | 0 | 1 | 103 | 24 | 73 | 70 | 65 |
| Binary | 11001011 | 11001000 | 1000100 | 0 | 1 | 1000011 | 10100 | 111011 | 111000 | 110101 |
Color Harmonies of #CBC844
Complementary color
Monochromatic Colors of #CBC844
Black with #CBC844
Text Example
Text Example
White with #CBC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC844; }
p { color: rgb(203,200,68); }
H1.HeaderClassName
{
color: #CBC844;
}
.AnyTagClassName
{
color: #CBC844;
}
</style>
background-color css
<style>
a { background-color: #CBC844; }
a { background-color: rgb(203,200,68); }
div.DivClassName
{
background-color: #CBC844;
}
.BgClassName
{
background-color: #CBC844;
}
</style>
border-color css
<style>
span { border-color: #CBC844; }
span { border-color: rgb(203,200,68); }
td.TdClassName
{
border-color: #CBC844;
}
.TagClassName
{
border-color: #CBC844;
}
</style>