Shades of Wattle #CBC838
Tints of Wattle #CBC838
RGB
CMYK
RGB Variations
Color information
#CBC838 (or 0xCBC838) is known color: Wattle. HEX triplet: CB, C8 and 38. RGB value is (203,200,56). Sum of RGB (Red+Green+Blue) = 203+200+56=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC838 is #3437C7. Grayscale: #B9B9B9. Windows color (decimal): -3422152 or 3721419. OLE color: 3721419.
HSL color Cylindrical-coordinate representation of color #CBC838: hue angle of 58.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBC838 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 56 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.20 |
| HSL | 58.78º | 0.59% | 0.51% | - |
| HSV(B) | 58.78º | 0.72% | 0.8% | - |
| XYZ | 46 | 54.29 | 11.8 | - |
| YUV | 184.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 56 | 0 | 0.01 | 0.72 | 0.20 | 58.78 | 0.59 | 0.51 |
| Hex | CB | C8 | 38 | 0 | 1 | 48 | 14 | 3B | 3B | 33 |
| Octal | 313 | 310 | 70 | 0 | 1 | 110 | 24 | 73 | 73 | 63 |
| Binary | 11001011 | 11001000 | 111000 | 0 | 1 | 1001000 | 10100 | 111011 | 111011 | 110011 |
Color Harmonies of #CBC838
Complementary color
Monochromatic Colors of #CBC838
Black with #CBC838
Text Example
Text Example
White with #CBC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC838; }
p { color: rgb(203,200,56); }
H1.HeaderClassName
{
color: #CBC838;
}
.AnyTagClassName
{
color: #CBC838;
}
</style>
background-color css
<style>
a { background-color: #CBC838; }
a { background-color: rgb(203,200,56); }
div.DivClassName
{
background-color: #CBC838;
}
.BgClassName
{
background-color: #CBC838;
}
</style>
border-color css
<style>
span { border-color: #CBC838; }
span { border-color: rgb(203,200,56); }
td.TdClassName
{
border-color: #CBC838;
}
.TagClassName
{
border-color: #CBC838;
}
</style>