Shades of Wattle #CBCD42
Tints of Wattle #CBCD42
RGB
CMYK
RGB Variations
Color information
#CBCD42 (or 0xCBCD42) is known color: Wattle. HEX triplet: CB, CD and 42. RGB value is (203,205,66). Sum of RGB (Red+Green+Blue) = 203+205+66=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD42 is #3432BD. Grayscale: #BDBDBD. Windows color (decimal): -3420862 or 4378059. OLE color: 4378059.
HSL color Cylindrical-coordinate representation of color #CBCD42: hue angle of 60.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBCD42 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 66 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.20 |
| HSL | 60.86º | 0.58% | 0.53% | - |
| HSV(B) | 60.86º | 0.68% | 0.8% | - |
| XYZ | 47.44 | 56.75 | 13.61 | - |
| YUV | 188.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 66 | 0.01 | 0 | 0.68 | 0.20 | 60.86 | 0.58 | 0.53 |
| Hex | CB | CD | 42 | 1 | 0 | 44 | 14 | 3D | 3A | 35 |
| Octal | 313 | 315 | 102 | 1 | 0 | 104 | 24 | 75 | 72 | 65 |
| Binary | 11001011 | 11001101 | 1000010 | 1 | 0 | 1000100 | 10100 | 111101 | 111010 | 110101 |
Color Harmonies of #CBCD42
Complementary color
Monochromatic Colors of #CBCD42
Black with #CBCD42
Text Example
Text Example
White with #CBCD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD42; }
p { color: rgb(203,205,66); }
H1.HeaderClassName
{
color: #CBCD42;
}
.AnyTagClassName
{
color: #CBCD42;
}
</style>
background-color css
<style>
a { background-color: #CBCD42; }
a { background-color: rgb(203,205,66); }
div.DivClassName
{
background-color: #CBCD42;
}
.BgClassName
{
background-color: #CBCD42;
}
</style>
border-color css
<style>
span { border-color: #CBCD42; }
span { border-color: rgb(203,205,66); }
td.TdClassName
{
border-color: #CBCD42;
}
.TagClassName
{
border-color: #CBCD42;
}
</style>