Shades of Wattle #CBC54B
Tints of Wattle #CBC54B
RGB
CMYK
RGB Variations
Color information
#CBC54B (or 0xCBC54B) is known color: Wattle. HEX triplet: CB, C5 and 4B. RGB value is (203,197,75). Sum of RGB (Red+Green+Blue) = 203+197+75=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC54B is #343AB4. Grayscale: #B9B9B9. Windows color (decimal): -3422901 or 4965835. OLE color: 4965835.
HSL color Cylindrical-coordinate representation of color #CBC54B: hue angle of 57.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBC54B is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 75 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.20 |
| HSL | 57.19º | 0.55% | 0.55% | - |
| HSV(B) | 57.19º | 0.63% | 0.8% | - |
| XYZ | 45.86 | 53.14 | 14.5 | - |
| YUV | 184.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 75 | 0 | 0.03 | 0.63 | 0.20 | 57.19 | 0.55 | 0.55 |
| Hex | CB | C5 | 4B | 0 | 3 | 3F | 14 | 39 | 37 | 37 |
| Octal | 313 | 305 | 113 | 0 | 3 | 77 | 24 | 71 | 67 | 67 |
| Binary | 11001011 | 11000101 | 1001011 | 0 | 11 | 111111 | 10100 | 111001 | 110111 | 110111 |
Color Harmonies of #CBC54B
Complementary color
Monochromatic Colors of #CBC54B
Black with #CBC54B
Text Example
Text Example
White with #CBC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC54B; }
p { color: rgb(203,197,75); }
H1.HeaderClassName
{
color: #CBC54B;
}
.AnyTagClassName
{
color: #CBC54B;
}
</style>
background-color css
<style>
a { background-color: #CBC54B; }
a { background-color: rgb(203,197,75); }
div.DivClassName
{
background-color: #CBC54B;
}
.BgClassName
{
background-color: #CBC54B;
}
</style>
border-color css
<style>
span { border-color: #CBC54B; }
span { border-color: rgb(203,197,75); }
td.TdClassName
{
border-color: #CBC54B;
}
.TagClassName
{
border-color: #CBC54B;
}
</style>