Shades of Wattle #CEC93D
Tints of Wattle #CEC93D
RGB
CMYK
RGB Variations
Color information
#CEC93D (or 0xCEC93D) is known color: Wattle. HEX triplet: CE, C9 and 3D. RGB value is (206,201,61). Sum of RGB (Red+Green+Blue) = 206+201+61=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC93D is #3136C2. Grayscale: #BBBBBB. Windows color (decimal): -3225283 or 4049358. OLE color: 4049358.
HSL color Cylindrical-coordinate representation of color #CEC93D: hue angle of 57.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEC93D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 61 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.19 |
| HSL | 57.93º | 0.6% | 0.52% | - |
| HSV(B) | 57.93º | 0.7% | 0.81% | - |
| XYZ | 47.18 | 55.23 | 12.59 | - |
| YUV | 186.54 | 57.16 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 61 | 0 | 0.02 | 0.70 | 0.19 | 57.93 | 0.6 | 0.52 |
| Hex | CE | C9 | 3D | 0 | 2 | 46 | 13 | 3A | 3C | 34 |
| Octal | 316 | 311 | 75 | 0 | 2 | 106 | 23 | 72 | 74 | 64 |
| Binary | 11001110 | 11001001 | 111101 | 0 | 10 | 1000110 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CEC93D
Complementary color
Monochromatic Colors of #CEC93D
Black with #CEC93D
Text Example
Text Example
White with #CEC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC93D; }
p { color: rgb(206,201,61); }
H1.HeaderClassName
{
color: #CEC93D;
}
.AnyTagClassName
{
color: #CEC93D;
}
</style>
background-color css
<style>
a { background-color: #CEC93D; }
a { background-color: rgb(206,201,61); }
div.DivClassName
{
background-color: #CEC93D;
}
.BgClassName
{
background-color: #CEC93D;
}
</style>
border-color css
<style>
span { border-color: #CEC93D; }
span { border-color: rgb(206,201,61); }
td.TdClassName
{
border-color: #CEC93D;
}
.TagClassName
{
border-color: #CEC93D;
}
</style>