Shades of Wattle #CBC736
Tints of Wattle #CBC736
RGB
CMYK
RGB Variations
Color information
#CBC736 (or 0xCBC736) is known color: Wattle. HEX triplet: CB, C7 and 36. RGB value is (203,199,54). Sum of RGB (Red+Green+Blue) = 203+199+54=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC736 is #3438C9. Grayscale: #B8B8B8. Windows color (decimal): -3422410 or 3590091. OLE color: 3590091.
HSL color Cylindrical-coordinate representation of color #CBC736: hue angle of 58.39º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBC736 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 54 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.20 |
| HSL | 58.39º | 0.59% | 0.5% | - |
| HSV(B) | 58.39º | 0.73% | 0.8% | - |
| XYZ | 45.72 | 53.81 | 11.47 | - |
| YUV | 183.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 54 | 0 | 0.02 | 0.73 | 0.20 | 58.39 | 0.59 | 0.5 |
| Hex | CB | C7 | 36 | 0 | 2 | 49 | 14 | 3A | 3B | 32 |
| Octal | 313 | 307 | 66 | 0 | 2 | 111 | 24 | 72 | 73 | 62 |
| Binary | 11001011 | 11000111 | 110110 | 0 | 10 | 1001001 | 10100 | 111010 | 111011 | 110010 |
Color Harmonies of #CBC736
Complementary color
Monochromatic Colors of #CBC736
Black with #CBC736
Text Example
Text Example
White with #CBC736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC736; }
p { color: rgb(203,199,54); }
H1.HeaderClassName
{
color: #CBC736;
}
.AnyTagClassName
{
color: #CBC736;
}
</style>
background-color css
<style>
a { background-color: #CBC736; }
a { background-color: rgb(203,199,54); }
div.DivClassName
{
background-color: #CBC736;
}
.BgClassName
{
background-color: #CBC736;
}
</style>
border-color css
<style>
span { border-color: #CBC736; }
span { border-color: rgb(203,199,54); }
td.TdClassName
{
border-color: #CBC736;
}
.TagClassName
{
border-color: #CBC736;
}
</style>