Shades of Wattle #CBC14A
Tints of Wattle #CBC14A
RGB
CMYK
RGB Variations
Color information
#CBC14A (or 0xCBC14A) is known color: Wattle. HEX triplet: CB, C1 and 4A. RGB value is (203,193,74). Sum of RGB (Red+Green+Blue) = 203+193+74=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC14A is #343EB5. Grayscale: #B6B6B6. Windows color (decimal): -3423926 or 4899275. OLE color: 4899275.
HSL color Cylindrical-coordinate representation of color #CBC14A: hue angle of 55.35º 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 #CBC14A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 74 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.20 |
| HSL | 55.35º | 0.55% | 0.54% | - |
| HSV(B) | 55.35º | 0.64% | 0.8% | - |
| XYZ | 44.93 | 51.33 | 14.02 | - |
| YUV | 182.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 74 | 0 | 0.05 | 0.64 | 0.20 | 55.35 | 0.55 | 0.54 |
| Hex | CB | C1 | 4A | 0 | 5 | 40 | 14 | 37 | 37 | 36 |
| Octal | 313 | 301 | 112 | 0 | 5 | 100 | 24 | 67 | 67 | 66 |
| Binary | 11001011 | 11000001 | 1001010 | 0 | 101 | 1000000 | 10100 | 110111 | 110111 | 110110 |
Color Harmonies of #CBC14A
Complementary color
Monochromatic Colors of #CBC14A
Black with #CBC14A
Text Example
Text Example
White with #CBC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC14A; }
p { color: rgb(203,193,74); }
H1.HeaderClassName
{
color: #CBC14A;
}
.AnyTagClassName
{
color: #CBC14A;
}
</style>
background-color css
<style>
a { background-color: #CBC14A; }
a { background-color: rgb(203,193,74); }
div.DivClassName
{
background-color: #CBC14A;
}
.BgClassName
{
background-color: #CBC14A;
}
</style>
border-color css
<style>
span { border-color: #CBC14A; }
span { border-color: rgb(203,193,74); }
td.TdClassName
{
border-color: #CBC14A;
}
.TagClassName
{
border-color: #CBC14A;
}
</style>