Shades of Wattle #CBC938
Tints of Wattle #CBC938
RGB
CMYK
RGB Variations
Color information
#CBC938 (or 0xCBC938) is known color: Wattle. HEX triplet: CB, C9 and 38. RGB value is (203,201,56). Sum of RGB (Red+Green+Blue) = 203+201+56=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC938 is #3436C7. Grayscale: #B9B9B9. Windows color (decimal): -3421896 or 3721675. OLE color: 3721675.
HSL color Cylindrical-coordinate representation of color #CBC938: hue angle of 59.18º 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 #CBC938 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 56 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.20 |
| HSL | 59.18º | 0.59% | 0.51% | - |
| HSV(B) | 59.18º | 0.72% | 0.8% | - |
| XYZ | 46.23 | 54.76 | 11.87 | - |
| YUV | 185.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 56 | 0 | 0.01 | 0.72 | 0.20 | 59.18 | 0.59 | 0.51 |
| Hex | CB | C9 | 38 | 0 | 1 | 48 | 14 | 3B | 3B | 33 |
| Octal | 313 | 311 | 70 | 0 | 1 | 110 | 24 | 73 | 73 | 63 |
| Binary | 11001011 | 11001001 | 111000 | 0 | 1 | 1001000 | 10100 | 111011 | 111011 | 110011 |
Color Harmonies of #CBC938
Complementary color
Monochromatic Colors of #CBC938
Black with #CBC938
Text Example
Text Example
White with #CBC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC938; }
p { color: rgb(203,201,56); }
H1.HeaderClassName
{
color: #CBC938;
}
.AnyTagClassName
{
color: #CBC938;
}
</style>
background-color css
<style>
a { background-color: #CBC938; }
a { background-color: rgb(203,201,56); }
div.DivClassName
{
background-color: #CBC938;
}
.BgClassName
{
background-color: #CBC938;
}
</style>
border-color css
<style>
span { border-color: #CBC938; }
span { border-color: rgb(203,201,56); }
td.TdClassName
{
border-color: #CBC938;
}
.TagClassName
{
border-color: #CBC938;
}
</style>