Shades of Wattle #CEC13D
Tints of Wattle #CEC13D
RGB
CMYK
RGB Variations
Color information
#CEC13D (or 0xCEC13D) is known color: Wattle. HEX triplet: CE, C1 and 3D. RGB value is (206,193,61). Sum of RGB (Red+Green+Blue) = 206+193+61=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC13D is #313EC2. Grayscale: #B6B6B6. Windows color (decimal): -3227331 or 4047310. OLE color: 4047310.
HSL color Cylindrical-coordinate representation of color #CEC13D: hue angle of 54.62º 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 #CEC13D is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 61 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.19 |
| HSL | 54.62º | 0.6% | 0.52% | - |
| HSV(B) | 54.62º | 0.7% | 0.81% | - |
| XYZ | 45.37 | 51.6 | 11.98 | - |
| YUV | 181.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 61 | 0 | 0.06 | 0.70 | 0.19 | 54.62 | 0.6 | 0.52 |
| Hex | CE | C1 | 3D | 0 | 6 | 46 | 13 | 37 | 3C | 34 |
| Octal | 316 | 301 | 75 | 0 | 6 | 106 | 23 | 67 | 74 | 64 |
| Binary | 11001110 | 11000001 | 111101 | 0 | 110 | 1000110 | 10011 | 110111 | 111100 | 110100 |
Color Harmonies of #CEC13D
Complementary color
Monochromatic Colors of #CEC13D
Black with #CEC13D
Text Example
Text Example
White with #CEC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC13D; }
p { color: rgb(206,193,61); }
H1.HeaderClassName
{
color: #CEC13D;
}
.AnyTagClassName
{
color: #CEC13D;
}
</style>
background-color css
<style>
a { background-color: #CEC13D; }
a { background-color: rgb(206,193,61); }
div.DivClassName
{
background-color: #CEC13D;
}
.BgClassName
{
background-color: #CEC13D;
}
</style>
border-color css
<style>
span { border-color: #CEC13D; }
span { border-color: rgb(206,193,61); }
td.TdClassName
{
border-color: #CEC13D;
}
.TagClassName
{
border-color: #CEC13D;
}
</style>