Shades of Wattle #CBC83D
Tints of Wattle #CBC83D
RGB
CMYK
RGB Variations
Color information
#CBC83D (or 0xCBC83D) is known color: Wattle. HEX triplet: CB, C8 and 3D. RGB value is (203,200,61). Sum of RGB (Red+Green+Blue) = 203+200+61=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC83D is #3437C2. Grayscale: #B9B9B9. Windows color (decimal): -3422147 or 4049099. OLE color: 4049099.
HSL color Cylindrical-coordinate representation of color #CBC83D: hue angle of 58.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBC83D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 61 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.20 |
| HSL | 58.73º | 0.58% | 0.52% | - |
| HSV(B) | 58.73º | 0.7% | 0.8% | - |
| XYZ | 46.13 | 54.34 | 12.47 | - |
| YUV | 185.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 61 | 0 | 0.01 | 0.70 | 0.20 | 58.73 | 0.58 | 0.52 |
| Hex | CB | C8 | 3D | 0 | 1 | 46 | 14 | 3B | 3A | 34 |
| Octal | 313 | 310 | 75 | 0 | 1 | 106 | 24 | 73 | 72 | 64 |
| Binary | 11001011 | 11001000 | 111101 | 0 | 1 | 1000110 | 10100 | 111011 | 111010 | 110100 |
Color Harmonies of #CBC83D
Complementary color
Monochromatic Colors of #CBC83D
Black with #CBC83D
Text Example
Text Example
White with #CBC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC83D; }
p { color: rgb(203,200,61); }
H1.HeaderClassName
{
color: #CBC83D;
}
.AnyTagClassName
{
color: #CBC83D;
}
</style>
background-color css
<style>
a { background-color: #CBC83D; }
a { background-color: rgb(203,200,61); }
div.DivClassName
{
background-color: #CBC83D;
}
.BgClassName
{
background-color: #CBC83D;
}
</style>
border-color css
<style>
span { border-color: #CBC83D; }
span { border-color: rgb(203,200,61); }
td.TdClassName
{
border-color: #CBC83D;
}
.TagClassName
{
border-color: #CBC83D;
}
</style>