Shades of Wattle #CBC93D
Tints of Wattle #CBC93D
RGB
CMYK
RGB Variations
Color information
#CBC93D (or 0xCBC93D) is known color: Wattle. HEX triplet: CB, C9 and 3D. RGB value is (203,201,61). Sum of RGB (Red+Green+Blue) = 203+201+61=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC93D is #3436C2. Grayscale: #BABABA. Windows color (decimal): -3421891 or 4049355. OLE color: 4049355.
HSL color Cylindrical-coordinate representation of color #CBC93D: hue angle of 59.15º 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 #CBC93D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 61 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.20 |
| HSL | 59.15º | 0.58% | 0.52% | - |
| HSV(B) | 59.15º | 0.7% | 0.8% | - |
| XYZ | 46.36 | 54.81 | 12.55 | - |
| YUV | 185.64 | 57.66 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 61 | 0 | 0.01 | 0.70 | 0.20 | 59.15 | 0.58 | 0.52 |
| Hex | CB | C9 | 3D | 0 | 1 | 46 | 14 | 3B | 3A | 34 |
| Octal | 313 | 311 | 75 | 0 | 1 | 106 | 24 | 73 | 72 | 64 |
| Binary | 11001011 | 11001001 | 111101 | 0 | 1 | 1000110 | 10100 | 111011 | 111010 | 110100 |
Color Harmonies of #CBC93D
Complementary color
Monochromatic Colors of #CBC93D
Black with #CBC93D
Text Example
Text Example
White with #CBC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC93D; }
p { color: rgb(203,201,61); }
H1.HeaderClassName
{
color: #CBC93D;
}
.AnyTagClassName
{
color: #CBC93D;
}
</style>
background-color css
<style>
a { background-color: #CBC93D; }
a { background-color: rgb(203,201,61); }
div.DivClassName
{
background-color: #CBC93D;
}
.BgClassName
{
background-color: #CBC93D;
}
</style>
border-color css
<style>
span { border-color: #CBC93D; }
span { border-color: rgb(203,201,61); }
td.TdClassName
{
border-color: #CBC93D;
}
.TagClassName
{
border-color: #CBC93D;
}
</style>