Shades of Wattle #CECE3D
Tints of Wattle #CECE3D
RGB
CMYK
RGB Variations
Color information
#CECE3D (or 0xCECE3D) is known color: Wattle. HEX triplet: CE, CE and 3D. RGB value is (206,206,61). Sum of RGB (Red+Green+Blue) = 206+206+61=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE3D is #3131C2. Grayscale: #BEBEBE. Windows color (decimal): -3224003 or 4050638. OLE color: 4050638.
HSL color Cylindrical-coordinate representation of color #CECE3D: hue angle of 60º 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 #CECE3D is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 61 | - |
| CMYK | 0 | 0 | 0.70 | 0.19 |
| HSL | 60º | 0.6% | 0.52% | - |
| HSV(B) | 60º | 0.7% | 0.81% | - |
| XYZ | 48.37 | 57.6 | 12.98 | - |
| YUV | 189.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 61 | 0 | 0 | 0.70 | 0.19 | 60 | 0.6 | 0.52 |
| Hex | CE | CE | 3D | 0 | 0 | 46 | 13 | 3C | 3C | 34 |
| Octal | 316 | 316 | 75 | 0 | 0 | 106 | 23 | 74 | 74 | 64 |
| Binary | 11001110 | 11001110 | 111101 | 0 | 0 | 1000110 | 10011 | 111100 | 111100 | 110100 |
Color Harmonies of #CECE3D
Complementary color
Monochromatic Colors of #CECE3D
Black with #CECE3D
Text Example
Text Example
White with #CECE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE3D; }
p { color: rgb(206,206,61); }
H1.HeaderClassName
{
color: #CECE3D;
}
.AnyTagClassName
{
color: #CECE3D;
}
</style>
background-color css
<style>
a { background-color: #CECE3D; }
a { background-color: rgb(206,206,61); }
div.DivClassName
{
background-color: #CECE3D;
}
.BgClassName
{
background-color: #CECE3D;
}
</style>
border-color css
<style>
span { border-color: #CECE3D; }
span { border-color: rgb(206,206,61); }
td.TdClassName
{
border-color: #CECE3D;
}
.TagClassName
{
border-color: #CECE3D;
}
</style>