Shades of Wattle #CEC23F
Tints of Wattle #CEC23F
RGB
CMYK
RGB Variations
Color information
#CEC23F (or 0xCEC23F) is known color: Wattle. HEX triplet: CE, C2 and 3F. RGB value is (206,194,63). Sum of RGB (Red+Green+Blue) = 206+194+63=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC23F is #313DC0. Grayscale: #B7B7B7. Windows color (decimal): -3227073 or 4178638. OLE color: 4178638.
HSL color Cylindrical-coordinate representation of color #CEC23F: hue angle of 54.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC23F is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 63 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.19 |
| HSL | 54.97º | 0.59% | 0.53% | - |
| HSV(B) | 54.97º | 0.69% | 0.81% | - |
| XYZ | 45.64 | 52.06 | 12.35 | - |
| YUV | 182.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 63 | 0 | 0.06 | 0.69 | 0.19 | 54.97 | 0.59 | 0.53 |
| Hex | CE | C2 | 3F | 0 | 6 | 45 | 13 | 37 | 3B | 35 |
| Octal | 316 | 302 | 77 | 0 | 6 | 105 | 23 | 67 | 73 | 65 |
| Binary | 11001110 | 11000010 | 111111 | 0 | 110 | 1000101 | 10011 | 110111 | 111011 | 110101 |
Color Harmonies of #CEC23F
Complementary color
Monochromatic Colors of #CEC23F
Black with #CEC23F
Text Example
Text Example
White with #CEC23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC23F; }
p { color: rgb(206,194,63); }
H1.HeaderClassName
{
color: #CEC23F;
}
.AnyTagClassName
{
color: #CEC23F;
}
</style>
background-color css
<style>
a { background-color: #CEC23F; }
a { background-color: rgb(206,194,63); }
div.DivClassName
{
background-color: #CEC23F;
}
.BgClassName
{
background-color: #CEC23F;
}
</style>
border-color css
<style>
span { border-color: #CEC23F; }
span { border-color: rgb(206,194,63); }
td.TdClassName
{
border-color: #CEC23F;
}
.TagClassName
{
border-color: #CEC23F;
}
</style>