Shades of Wattle #CECC3C
Tints of Wattle #CECC3C
RGB
CMYK
RGB Variations
Color information
#CECC3C (or 0xCECC3C) is known color: Wattle. HEX triplet: CE, CC and 3C. RGB value is (206,204,60). Sum of RGB (Red+Green+Blue) = 206+204+60=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC3C is #3133C3. Grayscale: #BCBCBC. Windows color (decimal): -3224516 or 3984590. OLE color: 3984590.
HSL color Cylindrical-coordinate representation of color #CECC3C: hue angle of 59.18º 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 #CECC3C is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 60 | - |
CMYK | 0 | 0.01 | 0.71 | 0.19 |
HSL | 59.18º | 0.6% | 0.52% | - |
HSV(B) | 59.18º | 0.71% | 0.81% | - |
XYZ | 47.86 | 56.63 | 12.68 | - |
YUV | 188.18 | 55.66 | 140.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 60 | 0 | 0.01 | 0.71 | 0.19 | 59.18 | 0.6 | 0.52 |
Hex | CE | CC | 3C | 0 | 1 | 47 | 13 | 3B | 3C | 34 |
Octal | 316 | 314 | 74 | 0 | 1 | 107 | 23 | 73 | 74 | 64 |
Binary | 11001110 | 11001100 | 111100 | 0 | 1 | 1000111 | 10011 | 111011 | 111100 | 110100 |
Color Harmonies of #CECC3C
Complementary color
Monochromatic Colors of #CECC3C
Black with #CECC3C
Text Example
Text Example
White with #CECC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC3C; }
p { color: rgb(206,204,60); }
H1.HeaderClassName
{
color: #CECC3C;
}
.AnyTagClassName
{
color: #CECC3C;
}
</style>
background-color css
<style>
a { background-color: #CECC3C; }
a { background-color: rgb(206,204,60); }
div.DivClassName
{
background-color: #CECC3C;
}
.BgClassName
{
background-color: #CECC3C;
}
</style>
border-color css
<style>
span { border-color: #CECC3C; }
span { border-color: rgb(206,204,60); }
td.TdClassName
{
border-color: #CECC3C;
}
.TagClassName
{
border-color: #CECC3C;
}
</style>