Shades of Wattle #CBCA4A
Tints of Wattle #CBCA4A
RGB
CMYK
RGB Variations
Color information
#CBCA4A (or 0xCBCA4A) is known color: Wattle. HEX triplet: CB, CA and 4A. RGB value is (203,202,74). Sum of RGB (Red+Green+Blue) = 203+202+74=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCA4A is #3435B5. Grayscale: #BCBCBC. Windows color (decimal): -3421622 or 4901579. OLE color: 4901579.
HSL color Cylindrical-coordinate representation of color #CBCA4A: hue angle of 59.53º 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 #CBCA4A is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 74 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.20 |
| HSL | 59.53º | 0.55% | 0.54% | - |
| HSV(B) | 59.53º | 0.64% | 0.8% | - |
| XYZ | 46.99 | 55.43 | 14.7 | - |
| YUV | 187.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 74 | 0 | 0.00 | 0.64 | 0.20 | 59.53 | 0.55 | 0.54 |
| Hex | CB | CA | 4A | 0 | 0 | 40 | 14 | 3C | 37 | 36 |
| Octal | 313 | 312 | 112 | 0 | 0 | 100 | 24 | 74 | 67 | 66 |
| Binary | 11001011 | 11001010 | 1001010 | 0 | 0 | 1000000 | 10100 | 111100 | 110111 | 110110 |
Color Harmonies of #CBCA4A
Complementary color
Monochromatic Colors of #CBCA4A
Black with #CBCA4A
Text Example
Text Example
White with #CBCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCA4A; }
p { color: rgb(203,202,74); }
H1.HeaderClassName
{
color: #CBCA4A;
}
.AnyTagClassName
{
color: #CBCA4A;
}
</style>
background-color css
<style>
a { background-color: #CBCA4A; }
a { background-color: rgb(203,202,74); }
div.DivClassName
{
background-color: #CBCA4A;
}
.BgClassName
{
background-color: #CBCA4A;
}
</style>
border-color css
<style>
span { border-color: #CBCA4A; }
span { border-color: rgb(203,202,74); }
td.TdClassName
{
border-color: #CBCA4A;
}
.TagClassName
{
border-color: #CBCA4A;
}
</style>