Shades of Wattle #CBC63D
Tints of Wattle #CBC63D
RGB
CMYK
RGB Variations
Color information
#CBC63D (or 0xCBC63D) is known color: Wattle. HEX triplet: CB, C6 and 3D. RGB value is (203,198,61). Sum of RGB (Red+Green+Blue) = 203+198+61=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC63D is #3439C2. Grayscale: #B8B8B8. Windows color (decimal): -3422659 or 4048587. OLE color: 4048587.
HSL color Cylindrical-coordinate representation of color #CBC63D: hue angle of 57.89º 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 #CBC63D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 61 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.20 |
| HSL | 57.89º | 0.58% | 0.52% | - |
| HSV(B) | 57.89º | 0.7% | 0.8% | - |
| XYZ | 45.66 | 53.42 | 12.32 | - |
| YUV | 183.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 61 | 0 | 0.02 | 0.70 | 0.20 | 57.89 | 0.58 | 0.52 |
| Hex | CB | C6 | 3D | 0 | 2 | 46 | 14 | 3A | 3A | 34 |
| Octal | 313 | 306 | 75 | 0 | 2 | 106 | 24 | 72 | 72 | 64 |
| Binary | 11001011 | 11000110 | 111101 | 0 | 10 | 1000110 | 10100 | 111010 | 111010 | 110100 |
Color Harmonies of #CBC63D
Complementary color
Monochromatic Colors of #CBC63D
Black with #CBC63D
Text Example
Text Example
White with #CBC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC63D; }
p { color: rgb(203,198,61); }
H1.HeaderClassName
{
color: #CBC63D;
}
.AnyTagClassName
{
color: #CBC63D;
}
</style>
background-color css
<style>
a { background-color: #CBC63D; }
a { background-color: rgb(203,198,61); }
div.DivClassName
{
background-color: #CBC63D;
}
.BgClassName
{
background-color: #CBC63D;
}
</style>
border-color css
<style>
span { border-color: #CBC63D; }
span { border-color: rgb(203,198,61); }
td.TdClassName
{
border-color: #CBC63D;
}
.TagClassName
{
border-color: #CBC63D;
}
</style>