Shades of Wattle #CBC14E
Tints of Wattle #CBC14E
RGB
CMYK
RGB Variations
Color information
#CBC14E (or 0xCBC14E) is known color: Wattle. HEX triplet: CB, C1 and 4E. RGB value is (203,193,78). Sum of RGB (Red+Green+Blue) = 203+193+78=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC14E is #343EB1. Grayscale: #B7B7B7. Windows color (decimal): -3423922 or 5161419. OLE color: 5161419.
HSL color Cylindrical-coordinate representation of color #CBC14E: hue angle of 55.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBC14E is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 78 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.20 |
| HSL | 55.2º | 0.55% | 0.55% | - |
| HSV(B) | 55.2º | 0.62% | 0.8% | - |
| XYZ | 45.07 | 51.39 | 14.75 | - |
| YUV | 182.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 78 | 0 | 0.05 | 0.62 | 0.20 | 55.2 | 0.55 | 0.55 |
| Hex | CB | C1 | 4E | 0 | 5 | 3E | 14 | 37 | 37 | 37 |
| Octal | 313 | 301 | 116 | 0 | 5 | 76 | 24 | 67 | 67 | 67 |
| Binary | 11001011 | 11000001 | 1001110 | 0 | 101 | 111110 | 10100 | 110111 | 110111 | 110111 |
Color Harmonies of #CBC14E
Complementary color
Monochromatic Colors of #CBC14E
Black with #CBC14E
Text Example
Text Example
White with #CBC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC14E; }
p { color: rgb(203,193,78); }
H1.HeaderClassName
{
color: #CBC14E;
}
.AnyTagClassName
{
color: #CBC14E;
}
</style>
background-color css
<style>
a { background-color: #CBC14E; }
a { background-color: rgb(203,193,78); }
div.DivClassName
{
background-color: #CBC14E;
}
.BgClassName
{
background-color: #CBC14E;
}
</style>
border-color css
<style>
span { border-color: #CBC14E; }
span { border-color: rgb(203,193,78); }
td.TdClassName
{
border-color: #CBC14E;
}
.TagClassName
{
border-color: #CBC14E;
}
</style>