Shades of Wattle #CBC44A
Tints of Wattle #CBC44A
RGB
CMYK
RGB Variations
Color information
#CBC44A (or 0xCBC44A) is known color: Wattle. HEX triplet: CB, C4 and 4A. RGB value is (203,196,74). Sum of RGB (Red+Green+Blue) = 203+196+74=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC44A is #343BB5. Grayscale: #B8B8B8. Windows color (decimal): -3423158 or 4900043. OLE color: 4900043.
HSL color Cylindrical-coordinate representation of color #CBC44A: hue angle of 56.74º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBC44A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 74 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.20 |
| HSL | 56.74º | 0.55% | 0.54% | - |
| HSV(B) | 56.74º | 0.64% | 0.8% | - |
| XYZ | 45.6 | 52.67 | 14.24 | - |
| YUV | 184.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 74 | 0 | 0.03 | 0.64 | 0.20 | 56.74 | 0.55 | 0.54 |
| Hex | CB | C4 | 4A | 0 | 3 | 40 | 14 | 39 | 37 | 36 |
| Octal | 313 | 304 | 112 | 0 | 3 | 100 | 24 | 71 | 67 | 66 |
| Binary | 11001011 | 11000100 | 1001010 | 0 | 11 | 1000000 | 10100 | 111001 | 110111 | 110110 |
Color Harmonies of #CBC44A
Complementary color
Monochromatic Colors of #CBC44A
Black with #CBC44A
Text Example
Text Example
White with #CBC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC44A; }
p { color: rgb(203,196,74); }
H1.HeaderClassName
{
color: #CBC44A;
}
.AnyTagClassName
{
color: #CBC44A;
}
</style>
background-color css
<style>
a { background-color: #CBC44A; }
a { background-color: rgb(203,196,74); }
div.DivClassName
{
background-color: #CBC44A;
}
.BgClassName
{
background-color: #CBC44A;
}
</style>
border-color css
<style>
span { border-color: #CBC44A; }
span { border-color: rgb(203,196,74); }
td.TdClassName
{
border-color: #CBC44A;
}
.TagClassName
{
border-color: #CBC44A;
}
</style>