Shades of Wattle #CBC54D
Tints of Wattle #CBC54D
RGB
CMYK
RGB Variations
Color information
#CBC54D (or 0xCBC54D) is known color: Wattle. HEX triplet: CB, C5 and 4D. RGB value is (203,197,77). Sum of RGB (Red+Green+Blue) = 203+197+77=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC54D is #343AB2. Grayscale: #B9B9B9. Windows color (decimal): -3422899 or 5096907. OLE color: 5096907.
HSL color Cylindrical-coordinate representation of color #CBC54D: hue angle of 57.14º 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 #CBC54D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 77 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.20 |
| HSL | 57.14º | 0.55% | 0.55% | - |
| HSV(B) | 57.14º | 0.62% | 0.8% | - |
| XYZ | 45.93 | 53.16 | 14.86 | - |
| YUV | 185.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 77 | 0 | 0.03 | 0.62 | 0.20 | 57.14 | 0.55 | 0.55 |
| Hex | CB | C5 | 4D | 0 | 3 | 3E | 14 | 39 | 37 | 37 |
| Octal | 313 | 305 | 115 | 0 | 3 | 76 | 24 | 71 | 67 | 67 |
| Binary | 11001011 | 11000101 | 1001101 | 0 | 11 | 111110 | 10100 | 111001 | 110111 | 110111 |
Color Harmonies of #CBC54D
Complementary color
Monochromatic Colors of #CBC54D
Black with #CBC54D
Text Example
Text Example
White with #CBC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC54D; }
p { color: rgb(203,197,77); }
H1.HeaderClassName
{
color: #CBC54D;
}
.AnyTagClassName
{
color: #CBC54D;
}
</style>
background-color css
<style>
a { background-color: #CBC54D; }
a { background-color: rgb(203,197,77); }
div.DivClassName
{
background-color: #CBC54D;
}
.BgClassName
{
background-color: #CBC54D;
}
</style>
border-color css
<style>
span { border-color: #CBC54D; }
span { border-color: rgb(203,197,77); }
td.TdClassName
{
border-color: #CBC54D;
}
.TagClassName
{
border-color: #CBC54D;
}
</style>