Shades of Wattle #CECB3C
Tints of Wattle #CECB3C
RGB
CMYK
RGB Variations
Color information
#CECB3C (or 0xCECB3C) is known color: Wattle. HEX triplet: CE, CB and 3C. RGB value is (206,203,60). Sum of RGB (Red+Green+Blue) = 206+203+60=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB3C is #3134C3. Grayscale: #BCBCBC. Windows color (decimal): -3224772 or 3984334. OLE color: 3984334.
HSL color Cylindrical-coordinate representation of color #CECB3C: hue angle of 58.77º 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 #CECB3C is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 60 | - |
CMYK | 0 | 0.01 | 0.71 | 0.19 |
HSL | 58.77º | 0.6% | 0.52% | - |
HSV(B) | 58.77º | 0.71% | 0.81% | - |
XYZ | 47.63 | 56.16 | 12.6 | - |
YUV | 187.6 | 55.99 | 141.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 60 | 0 | 0.01 | 0.71 | 0.19 | 58.77 | 0.6 | 0.52 |
Hex | CE | CB | 3C | 0 | 1 | 47 | 13 | 3B | 3C | 34 |
Octal | 316 | 313 | 74 | 0 | 1 | 107 | 23 | 73 | 74 | 64 |
Binary | 11001110 | 11001011 | 111100 | 0 | 1 | 1000111 | 10011 | 111011 | 111100 | 110100 |
Color Harmonies of #CECB3C
Complementary color
Monochromatic Colors of #CECB3C
Black with #CECB3C
Text Example
Text Example
White with #CECB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB3C; }
p { color: rgb(206,203,60); }
H1.HeaderClassName
{
color: #CECB3C;
}
.AnyTagClassName
{
color: #CECB3C;
}
</style>
background-color css
<style>
a { background-color: #CECB3C; }
a { background-color: rgb(206,203,60); }
div.DivClassName
{
background-color: #CECB3C;
}
.BgClassName
{
background-color: #CECB3C;
}
</style>
border-color css
<style>
span { border-color: #CECB3C; }
span { border-color: rgb(206,203,60); }
td.TdClassName
{
border-color: #CECB3C;
}
.TagClassName
{
border-color: #CECB3C;
}
</style>