Shades of Wattle #CECB3D
Tints of Wattle #CECB3D
RGB
CMYK
RGB Variations
Color information
#CECB3D (or 0xCECB3D) is known color: Wattle. HEX triplet: CE, CB and 3D. RGB value is (206,203,61). Sum of RGB (Red+Green+Blue) = 206+203+61=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB3D is #3134C2. Grayscale: #BCBCBC. Windows color (decimal): -3224771 or 4049870. OLE color: 4049870.
HSL color Cylindrical-coordinate representation of color #CECB3D: hue angle of 58.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CECB3D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 61 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.19 |
| HSL | 58.76º | 0.6% | 0.52% | - |
| HSV(B) | 58.76º | 0.7% | 0.81% | - |
| XYZ | 47.65 | 56.17 | 12.75 | - |
| YUV | 187.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 61 | 0 | 0.01 | 0.70 | 0.19 | 58.76 | 0.6 | 0.52 |
| Hex | CE | CB | 3D | 0 | 1 | 46 | 13 | 3B | 3C | 34 |
| Octal | 316 | 313 | 75 | 0 | 1 | 106 | 23 | 73 | 74 | 64 |
| Binary | 11001110 | 11001011 | 111101 | 0 | 1 | 1000110 | 10011 | 111011 | 111100 | 110100 |
Color Harmonies of #CECB3D
Complementary color
Monochromatic Colors of #CECB3D
Black with #CECB3D
Text Example
Text Example
White with #CECB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB3D; }
p { color: rgb(206,203,61); }
H1.HeaderClassName
{
color: #CECB3D;
}
.AnyTagClassName
{
color: #CECB3D;
}
</style>
background-color css
<style>
a { background-color: #CECB3D; }
a { background-color: rgb(206,203,61); }
div.DivClassName
{
background-color: #CECB3D;
}
.BgClassName
{
background-color: #CECB3D;
}
</style>
border-color css
<style>
span { border-color: #CECB3D; }
span { border-color: rgb(206,203,61); }
td.TdClassName
{
border-color: #CECB3D;
}
.TagClassName
{
border-color: #CECB3D;
}
</style>