Shades of Wattle #CBC13D
Tints of Wattle #CBC13D
RGB
CMYK
RGB Variations
Color information
#CBC13D (or 0xCBC13D) is known color: Wattle. HEX triplet: CB, C1 and 3D. RGB value is (203,193,61). Sum of RGB (Red+Green+Blue) = 203+193+61=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC13D is #343EC2. Grayscale: #B5B5B5. Windows color (decimal): -3423939 or 4047307. OLE color: 4047307.
HSL color Cylindrical-coordinate representation of color #CBC13D: hue angle of 55.77º 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 #CBC13D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 61 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.20 |
| HSL | 55.77º | 0.58% | 0.52% | - |
| HSV(B) | 55.77º | 0.7% | 0.8% | - |
| XYZ | 44.54 | 51.17 | 11.94 | - |
| YUV | 180.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 61 | 0 | 0.05 | 0.70 | 0.20 | 55.77 | 0.58 | 0.52 |
| Hex | CB | C1 | 3D | 0 | 5 | 46 | 14 | 38 | 3A | 34 |
| Octal | 313 | 301 | 75 | 0 | 5 | 106 | 24 | 70 | 72 | 64 |
| Binary | 11001011 | 11000001 | 111101 | 0 | 101 | 1000110 | 10100 | 111000 | 111010 | 110100 |
Color Harmonies of #CBC13D
Complementary color
Monochromatic Colors of #CBC13D
Black with #CBC13D
Text Example
Text Example
White with #CBC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC13D; }
p { color: rgb(203,193,61); }
H1.HeaderClassName
{
color: #CBC13D;
}
.AnyTagClassName
{
color: #CBC13D;
}
</style>
background-color css
<style>
a { background-color: #CBC13D; }
a { background-color: rgb(203,193,61); }
div.DivClassName
{
background-color: #CBC13D;
}
.BgClassName
{
background-color: #CBC13D;
}
</style>
border-color css
<style>
span { border-color: #CBC13D; }
span { border-color: rgb(203,193,61); }
td.TdClassName
{
border-color: #CBC13D;
}
.TagClassName
{
border-color: #CBC13D;
}
</style>