Shades of Wattle #CEC23D
Tints of Wattle #CEC23D
RGB
CMYK
RGB Variations
Color information
#CEC23D (or 0xCEC23D) is known color: Wattle. HEX triplet: CE, C2 and 3D. RGB value is (206,194,61). Sum of RGB (Red+Green+Blue) = 206+194+61=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC23D is #313DC2. Grayscale: #B6B6B6. Windows color (decimal): -3227075 or 4047566. OLE color: 4047566.
HSL color Cylindrical-coordinate representation of color #CEC23D: hue angle of 55.03º 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 #CEC23D is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 61 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.19 |
| HSL | 55.03º | 0.6% | 0.52% | - |
| HSV(B) | 55.03º | 0.7% | 0.81% | - |
| XYZ | 45.59 | 52.04 | 12.06 | - |
| YUV | 182.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 61 | 0 | 0.06 | 0.70 | 0.19 | 55.03 | 0.6 | 0.52 |
| Hex | CE | C2 | 3D | 0 | 6 | 46 | 13 | 37 | 3C | 34 |
| Octal | 316 | 302 | 75 | 0 | 6 | 106 | 23 | 67 | 74 | 64 |
| Binary | 11001110 | 11000010 | 111101 | 0 | 110 | 1000110 | 10011 | 110111 | 111100 | 110100 |
Color Harmonies of #CEC23D
Complementary color
Monochromatic Colors of #CEC23D
Black with #CEC23D
Text Example
Text Example
White with #CEC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC23D; }
p { color: rgb(206,194,61); }
H1.HeaderClassName
{
color: #CEC23D;
}
.AnyTagClassName
{
color: #CEC23D;
}
</style>
background-color css
<style>
a { background-color: #CEC23D; }
a { background-color: rgb(206,194,61); }
div.DivClassName
{
background-color: #CEC23D;
}
.BgClassName
{
background-color: #CEC23D;
}
</style>
border-color css
<style>
span { border-color: #CEC23D; }
span { border-color: rgb(206,194,61); }
td.TdClassName
{
border-color: #CEC23D;
}
.TagClassName
{
border-color: #CEC23D;
}
</style>