Shades of Wattle #CBC04E
Tints of Wattle #CBC04E
RGB
CMYK
RGB Variations
Color information
#CBC04E (or 0xCBC04E) is known color: Wattle. HEX triplet: CB, C0 and 4E. RGB value is (203,192,78). Sum of RGB (Red+Green+Blue) = 203+192+78=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC04E is #343FB1. Grayscale: #B6B6B6. Windows color (decimal): -3424178 or 5161163. OLE color: 5161163.
HSL color Cylindrical-coordinate representation of color #CBC04E: hue angle of 54.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBC04E is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 78 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.20 |
| HSL | 54.72º | 0.55% | 0.55% | - |
| HSV(B) | 54.72º | 0.62% | 0.8% | - |
| XYZ | 44.85 | 50.95 | 14.68 | - |
| YUV | 182.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 78 | 0 | 0.05 | 0.62 | 0.20 | 54.72 | 0.55 | 0.55 |
| Hex | CB | C0 | 4E | 0 | 5 | 3E | 14 | 37 | 37 | 37 |
| Octal | 313 | 300 | 116 | 0 | 5 | 76 | 24 | 67 | 67 | 67 |
| Binary | 11001011 | 11000000 | 1001110 | 0 | 101 | 111110 | 10100 | 110111 | 110111 | 110111 |
Color Harmonies of #CBC04E
Complementary color
Monochromatic Colors of #CBC04E
Black with #CBC04E
Text Example
Text Example
White with #CBC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC04E; }
p { color: rgb(203,192,78); }
H1.HeaderClassName
{
color: #CBC04E;
}
.AnyTagClassName
{
color: #CBC04E;
}
</style>
background-color css
<style>
a { background-color: #CBC04E; }
a { background-color: rgb(203,192,78); }
div.DivClassName
{
background-color: #CBC04E;
}
.BgClassName
{
background-color: #CBC04E;
}
</style>
border-color css
<style>
span { border-color: #CBC04E; }
span { border-color: rgb(203,192,78); }
td.TdClassName
{
border-color: #CBC04E;
}
.TagClassName
{
border-color: #CBC04E;
}
</style>