Shades of Wattle #CBC34E
Tints of Wattle #CBC34E
RGB
CMYK
RGB Variations
Color information
#CBC34E (or 0xCBC34E) is known color: Wattle. HEX triplet: CB, C3 and 4E. RGB value is (203,195,78). Sum of RGB (Red+Green+Blue) = 203+195+78=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC34E is #343CB1. Grayscale: #B8B8B8. Windows color (decimal): -3423410 or 5161931. OLE color: 5161931.
HSL color Cylindrical-coordinate representation of color #CBC34E: hue angle of 56.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBC34E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 78 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.20 |
| HSL | 56.16º | 0.55% | 0.55% | - |
| HSV(B) | 56.16º | 0.62% | 0.8% | - |
| XYZ | 45.52 | 52.28 | 14.9 | - |
| YUV | 184.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 78 | 0 | 0.04 | 0.62 | 0.20 | 56.16 | 0.55 | 0.55 |
| Hex | CB | C3 | 4E | 0 | 4 | 3E | 14 | 38 | 37 | 37 |
| Octal | 313 | 303 | 116 | 0 | 4 | 76 | 24 | 70 | 67 | 67 |
| Binary | 11001011 | 11000011 | 1001110 | 0 | 100 | 111110 | 10100 | 111000 | 110111 | 110111 |
Color Harmonies of #CBC34E
Complementary color
Monochromatic Colors of #CBC34E
Black with #CBC34E
Text Example
Text Example
White with #CBC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC34E; }
p { color: rgb(203,195,78); }
H1.HeaderClassName
{
color: #CBC34E;
}
.AnyTagClassName
{
color: #CBC34E;
}
</style>
background-color css
<style>
a { background-color: #CBC34E; }
a { background-color: rgb(203,195,78); }
div.DivClassName
{
background-color: #CBC34E;
}
.BgClassName
{
background-color: #CBC34E;
}
</style>
border-color css
<style>
span { border-color: #CBC34E; }
span { border-color: rgb(203,195,78); }
td.TdClassName
{
border-color: #CBC34E;
}
.TagClassName
{
border-color: #CBC34E;
}
</style>