Shades of Wattle #CECD3A
Tints of Wattle #CECD3A
RGB
CMYK
RGB Variations
Color information
#CECD3A (or 0xCECD3A) is known color: Wattle. HEX triplet: CE, CD and 3A. RGB value is (206,205,58). Sum of RGB (Red+Green+Blue) = 206+205+58=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD3A is #3132C5. Grayscale: #BDBDBD. Windows color (decimal): -3224262 or 3853774. OLE color: 3853774.
HSL color Cylindrical-coordinate representation of color #CECD3A: hue angle of 59.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CECD3A is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 58 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.19 |
| HSL | 59.59º | 0.6% | 0.52% | - |
| HSV(B) | 59.59º | 0.72% | 0.81% | - |
| XYZ | 48.05 | 57.09 | 12.49 | - |
| YUV | 188.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 58 | 0 | 0.00 | 0.72 | 0.19 | 59.59 | 0.6 | 0.52 |
| Hex | CE | CD | 3A | 0 | 0 | 48 | 13 | 3C | 3C | 34 |
| Octal | 316 | 315 | 72 | 0 | 0 | 110 | 23 | 74 | 74 | 64 |
| Binary | 11001110 | 11001101 | 111010 | 0 | 0 | 1001000 | 10011 | 111100 | 111100 | 110100 |
Color Harmonies of #CECD3A
Complementary color
Monochromatic Colors of #CECD3A
Black with #CECD3A
Text Example
Text Example
White with #CECD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD3A; }
p { color: rgb(206,205,58); }
H1.HeaderClassName
{
color: #CECD3A;
}
.AnyTagClassName
{
color: #CECD3A;
}
</style>
background-color css
<style>
a { background-color: #CECD3A; }
a { background-color: rgb(206,205,58); }
div.DivClassName
{
background-color: #CECD3A;
}
.BgClassName
{
background-color: #CECD3A;
}
</style>
border-color css
<style>
span { border-color: #CECD3A; }
span { border-color: rgb(206,205,58); }
td.TdClassName
{
border-color: #CECD3A;
}
.TagClassName
{
border-color: #CECD3A;
}
</style>