Shades of Wattle #CECD3E
Tints of Wattle #CECD3E
RGB
CMYK
RGB Variations
Color information
#CECD3E (or 0xCECD3E) is known color: Wattle. HEX triplet: CE, CD and 3E. RGB value is (206,205,62). Sum of RGB (Red+Green+Blue) = 206+205+62=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD3E is #3132C1. Grayscale: #BDBDBD. Windows color (decimal): -3224258 or 4115918. OLE color: 4115918.
HSL color Cylindrical-coordinate representation of color #CECD3E: hue angle of 59.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CECD3E is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 62 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.19 |
| HSL | 59.58º | 0.6% | 0.53% | - |
| HSV(B) | 59.58º | 0.7% | 0.81% | - |
| XYZ | 48.15 | 57.13 | 13.05 | - |
| YUV | 189 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 62 | 0 | 0.00 | 0.70 | 0.19 | 59.58 | 0.6 | 0.53 |
| Hex | CE | CD | 3E | 0 | 0 | 46 | 13 | 3C | 3C | 35 |
| Octal | 316 | 315 | 76 | 0 | 0 | 106 | 23 | 74 | 74 | 65 |
| Binary | 11001110 | 11001101 | 111110 | 0 | 0 | 1000110 | 10011 | 111100 | 111100 | 110101 |
Color Harmonies of #CECD3E
Complementary color
Monochromatic Colors of #CECD3E
Black with #CECD3E
Text Example
Text Example
White with #CECD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD3E; }
p { color: rgb(206,205,62); }
H1.HeaderClassName
{
color: #CECD3E;
}
.AnyTagClassName
{
color: #CECD3E;
}
</style>
background-color css
<style>
a { background-color: #CECD3E; }
a { background-color: rgb(206,205,62); }
div.DivClassName
{
background-color: #CECD3E;
}
.BgClassName
{
background-color: #CECD3E;
}
</style>
border-color css
<style>
span { border-color: #CECD3E; }
span { border-color: rgb(206,205,62); }
td.TdClassName
{
border-color: #CECD3E;
}
.TagClassName
{
border-color: #CECD3E;
}
</style>