Shades of Wattle #CBCD40
Tints of Wattle #CBCD40
RGB
CMYK
RGB Variations
Color information
#CBCD40 (or 0xCBCD40) is known color: Wattle. HEX triplet: CB, CD and 40. RGB value is (203,205,64). Sum of RGB (Red+Green+Blue) = 203+205+64=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCD40 is #3432BF. Grayscale: #BCBCBC. Windows color (decimal): -3420864 or 4246987. OLE color: 4246987.
HSL color Cylindrical-coordinate representation of color #CBCD40: hue angle of 60.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBCD40 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 64 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.20 |
| HSL | 60.85º | 0.59% | 0.53% | - |
| HSV(B) | 60.85º | 0.69% | 0.8% | - |
| XYZ | 47.39 | 56.73 | 13.3 | - |
| YUV | 188.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 64 | 0.01 | 0 | 0.69 | 0.20 | 60.85 | 0.59 | 0.53 |
| Hex | CB | CD | 40 | 1 | 0 | 45 | 14 | 3D | 3B | 35 |
| Octal | 313 | 315 | 100 | 1 | 0 | 105 | 24 | 75 | 73 | 65 |
| Binary | 11001011 | 11001101 | 1000000 | 1 | 0 | 1000101 | 10100 | 111101 | 111011 | 110101 |
Color Harmonies of #CBCD40
Complementary color
Monochromatic Colors of #CBCD40
Black with #CBCD40
Text Example
Text Example
White with #CBCD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD40; }
p { color: rgb(203,205,64); }
H1.HeaderClassName
{
color: #CBCD40;
}
.AnyTagClassName
{
color: #CBCD40;
}
</style>
background-color css
<style>
a { background-color: #CBCD40; }
a { background-color: rgb(203,205,64); }
div.DivClassName
{
background-color: #CBCD40;
}
.BgClassName
{
background-color: #CBCD40;
}
</style>
border-color css
<style>
span { border-color: #CBCD40; }
span { border-color: rgb(203,205,64); }
td.TdClassName
{
border-color: #CBCD40;
}
.TagClassName
{
border-color: #CBCD40;
}
</style>