Shades of Wattle #CBC04B
Tints of Wattle #CBC04B
RGB
CMYK
RGB Variations
Color information
#CBC04B (or 0xCBC04B) is known color: Wattle. HEX triplet: CB, C0 and 4B. RGB value is (203,192,75). Sum of RGB (Red+Green+Blue) = 203+192+75=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC04B is #343FB4. Grayscale: #B6B6B6. Windows color (decimal): -3424181 or 4964555. OLE color: 4964555.
HSL color Cylindrical-coordinate representation of color #CBC04B: hue angle of 54.84º 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 #CBC04B is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 75 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.20 |
| HSL | 54.84º | 0.55% | 0.55% | - |
| HSV(B) | 54.84º | 0.63% | 0.8% | - |
| XYZ | 44.75 | 50.9 | 14.12 | - |
| YUV | 181.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 75 | 0 | 0.05 | 0.63 | 0.20 | 54.84 | 0.55 | 0.55 |
| Hex | CB | C0 | 4B | 0 | 5 | 3F | 14 | 37 | 37 | 37 |
| Octal | 313 | 300 | 113 | 0 | 5 | 77 | 24 | 67 | 67 | 67 |
| Binary | 11001011 | 11000000 | 1001011 | 0 | 101 | 111111 | 10100 | 110111 | 110111 | 110111 |
Color Harmonies of #CBC04B
Complementary color
Monochromatic Colors of #CBC04B
Black with #CBC04B
Text Example
Text Example
White with #CBC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC04B; }
p { color: rgb(203,192,75); }
H1.HeaderClassName
{
color: #CBC04B;
}
.AnyTagClassName
{
color: #CBC04B;
}
</style>
background-color css
<style>
a { background-color: #CBC04B; }
a { background-color: rgb(203,192,75); }
div.DivClassName
{
background-color: #CBC04B;
}
.BgClassName
{
background-color: #CBC04B;
}
</style>
border-color css
<style>
span { border-color: #CBC04B; }
span { border-color: rgb(203,192,75); }
td.TdClassName
{
border-color: #CBC04B;
}
.TagClassName
{
border-color: #CBC04B;
}
</style>