Shades of Wattle #CECA3C
Tints of Wattle #CECA3C
RGB
CMYK
RGB Variations
Color information
#CECA3C (or 0xCECA3C) is known color: Wattle. HEX triplet: CE, CA and 3C. RGB value is (206,202,60). Sum of RGB (Red+Green+Blue) = 206+202+60=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA3C is #3135C3. Grayscale: #BBBBBB. Windows color (decimal): -3225028 or 3984078. OLE color: 3984078.
HSL color Cylindrical-coordinate representation of color #CECA3C: hue angle of 58.36º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CECA3C is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 60 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.19 |
| HSL | 58.36º | 0.6% | 0.52% | - |
| HSV(B) | 58.36º | 0.71% | 0.81% | - |
| XYZ | 47.39 | 55.69 | 12.53 | - |
| YUV | 187.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 60 | 0 | 0.02 | 0.71 | 0.19 | 58.36 | 0.6 | 0.52 |
| Hex | CE | CA | 3C | 0 | 2 | 47 | 13 | 3A | 3C | 34 |
| Octal | 316 | 312 | 74 | 0 | 2 | 107 | 23 | 72 | 74 | 64 |
| Binary | 11001110 | 11001010 | 111100 | 0 | 10 | 1000111 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CECA3C
Complementary color
Monochromatic Colors of #CECA3C
Black with #CECA3C
Text Example
Text Example
White with #CECA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA3C; }
p { color: rgb(206,202,60); }
H1.HeaderClassName
{
color: #CECA3C;
}
.AnyTagClassName
{
color: #CECA3C;
}
</style>
background-color css
<style>
a { background-color: #CECA3C; }
a { background-color: rgb(206,202,60); }
div.DivClassName
{
background-color: #CECA3C;
}
.BgClassName
{
background-color: #CECA3C;
}
</style>
border-color css
<style>
span { border-color: #CECA3C; }
span { border-color: rgb(206,202,60); }
td.TdClassName
{
border-color: #CECA3C;
}
.TagClassName
{
border-color: #CECA3C;
}
</style>