Shades of Wattle #CEC63D
Tints of Wattle #CEC63D
RGB
CMYK
RGB Variations
Color information
#CEC63D (or 0xCEC63D) is known color: Wattle. HEX triplet: CE, C6 and 3D. RGB value is (206,198,61). Sum of RGB (Red+Green+Blue) = 206+198+61=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC63D is #3139C2. Grayscale: #B9B9B9. Windows color (decimal): -3226051 or 4048590. OLE color: 4048590.
HSL color Cylindrical-coordinate representation of color #CEC63D: hue angle of 56.69º 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 #CEC63D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 61 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.19 |
| HSL | 56.69º | 0.6% | 0.52% | - |
| HSV(B) | 56.69º | 0.7% | 0.81% | - |
| XYZ | 46.49 | 53.85 | 12.36 | - |
| YUV | 184.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 61 | 0 | 0.04 | 0.70 | 0.19 | 56.69 | 0.6 | 0.52 |
| Hex | CE | C6 | 3D | 0 | 4 | 46 | 13 | 39 | 3C | 34 |
| Octal | 316 | 306 | 75 | 0 | 4 | 106 | 23 | 71 | 74 | 64 |
| Binary | 11001110 | 11000110 | 111101 | 0 | 100 | 1000110 | 10011 | 111001 | 111100 | 110100 |
Color Harmonies of #CEC63D
Complementary color
Monochromatic Colors of #CEC63D
Black with #CEC63D
Text Example
Text Example
White with #CEC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC63D; }
p { color: rgb(206,198,61); }
H1.HeaderClassName
{
color: #CEC63D;
}
.AnyTagClassName
{
color: #CEC63D;
}
</style>
background-color css
<style>
a { background-color: #CEC63D; }
a { background-color: rgb(206,198,61); }
div.DivClassName
{
background-color: #CEC63D;
}
.BgClassName
{
background-color: #CEC63D;
}
</style>
border-color css
<style>
span { border-color: #CEC63D; }
span { border-color: rgb(206,198,61); }
td.TdClassName
{
border-color: #CEC63D;
}
.TagClassName
{
border-color: #CEC63D;
}
</style>