Shades of Wattle #CBCB44
Tints of Wattle #CBCB44
RGB
CMYK
RGB Variations
Color information
#CBCB44 (or 0xCBCB44) is known color: Wattle. HEX triplet: CB, CB and 44. RGB value is (203,203,68). Sum of RGB (Red+Green+Blue) = 203+203+68=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCB44 is #3434BB. Grayscale: #BCBCBC. Windows color (decimal): -3421372 or 4508619. OLE color: 4508619.
HSL color Cylindrical-coordinate representation of color #CBCB44: hue angle of 60º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBCB44 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 68 | - |
| CMYK | 0 | 0 | 0.67 | 0.20 |
| HSL | 60º | 0.56% | 0.53% | - |
| HSV(B) | 60º | 0.67% | 0.8% | - |
| XYZ | 47.03 | 55.83 | 13.77 | - |
| YUV | 187.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 68 | 0 | 0 | 0.67 | 0.20 | 60 | 0.56 | 0.53 |
| Hex | CB | CB | 44 | 0 | 0 | 43 | 14 | 3C | 38 | 35 |
| Octal | 313 | 313 | 104 | 0 | 0 | 103 | 24 | 74 | 70 | 65 |
| Binary | 11001011 | 11001011 | 1000100 | 0 | 0 | 1000011 | 10100 | 111100 | 111000 | 110101 |
Color Harmonies of #CBCB44
Complementary color
Monochromatic Colors of #CBCB44
Black with #CBCB44
Text Example
Text Example
White with #CBCB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB44; }
p { color: rgb(203,203,68); }
H1.HeaderClassName
{
color: #CBCB44;
}
.AnyTagClassName
{
color: #CBCB44;
}
</style>
background-color css
<style>
a { background-color: #CBCB44; }
a { background-color: rgb(203,203,68); }
div.DivClassName
{
background-color: #CBCB44;
}
.BgClassName
{
background-color: #CBCB44;
}
</style>
border-color css
<style>
span { border-color: #CBCB44; }
span { border-color: rgb(203,203,68); }
td.TdClassName
{
border-color: #CBCB44;
}
.TagClassName
{
border-color: #CBCB44;
}
</style>