Shades of Wattle #CBD043
Tints of Wattle #CBD043
RGB
CMYK
RGB Variations
Color information
#CBD043 (or 0xCBD043) is known color: Wattle. HEX triplet: CB, D0 and 43. RGB value is (203,208,67). Sum of RGB (Red+Green+Blue) = 203+208+67=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD043 is #342FBC. Grayscale: #BEBEBE. Windows color (decimal): -3420093 or 4444363. OLE color: 4444363.
HSL color Cylindrical-coordinate representation of color #CBD043: hue angle of 62.13º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBD043 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 67 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.18 |
| HSL | 62.13º | 0.6% | 0.54% | - |
| HSV(B) | 62.13º | 0.68% | 0.82% | - |
| XYZ | 48.2 | 58.21 | 14.01 | - |
| YUV | 190.43 | 58.34 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 67 | 0.02 | 0 | 0.68 | 0.18 | 62.13 | 0.6 | 0.54 |
| Hex | CB | D0 | 43 | 2 | 0 | 44 | 12 | 3E | 3C | 36 |
| Octal | 313 | 320 | 103 | 2 | 0 | 104 | 22 | 76 | 74 | 66 |
| Binary | 11001011 | 11010000 | 1000011 | 10 | 0 | 1000100 | 10010 | 111110 | 111100 | 110110 |
Color Harmonies of #CBD043
Complementary color
Monochromatic Colors of #CBD043
Black with #CBD043
Text Example
Text Example
White with #CBD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD043; }
p { color: rgb(203,208,67); }
H1.HeaderClassName
{
color: #CBD043;
}
.AnyTagClassName
{
color: #CBD043;
}
</style>
background-color css
<style>
a { background-color: #CBD043; }
a { background-color: rgb(203,208,67); }
div.DivClassName
{
background-color: #CBD043;
}
.BgClassName
{
background-color: #CBD043;
}
</style>
border-color css
<style>
span { border-color: #CBD043; }
span { border-color: rgb(203,208,67); }
td.TdClassName
{
border-color: #CBD043;
}
.TagClassName
{
border-color: #CBD043;
}
</style>