Shades of Wattle #CEC03D
Tints of Wattle #CEC03D
RGB
CMYK
RGB Variations
Color information
#CEC03D (or 0xCEC03D) is known color: Wattle. HEX triplet: CE, C0 and 3D. RGB value is (206,192,61). Sum of RGB (Red+Green+Blue) = 206+192+61=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC03D is #313FC2. Grayscale: #B5B5B5. Windows color (decimal): -3227587 or 4047054. OLE color: 4047054.
HSL color Cylindrical-coordinate representation of color #CEC03D: hue angle of 54.21º 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 #CEC03D is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 61 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.19 |
| HSL | 54.21º | 0.6% | 0.52% | - |
| HSV(B) | 54.21º | 0.7% | 0.81% | - |
| XYZ | 45.15 | 51.16 | 11.91 | - |
| YUV | 181.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 61 | 0 | 0.07 | 0.70 | 0.19 | 54.21 | 0.6 | 0.52 |
| Hex | CE | C0 | 3D | 0 | 7 | 46 | 13 | 36 | 3C | 34 |
| Octal | 316 | 300 | 75 | 0 | 7 | 106 | 23 | 66 | 74 | 64 |
| Binary | 11001110 | 11000000 | 111101 | 0 | 111 | 1000110 | 10011 | 110110 | 111100 | 110100 |
Color Harmonies of #CEC03D
Complementary color
Monochromatic Colors of #CEC03D
Black with #CEC03D
Text Example
Text Example
White with #CEC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC03D; }
p { color: rgb(206,192,61); }
H1.HeaderClassName
{
color: #CEC03D;
}
.AnyTagClassName
{
color: #CEC03D;
}
</style>
background-color css
<style>
a { background-color: #CEC03D; }
a { background-color: rgb(206,192,61); }
div.DivClassName
{
background-color: #CEC03D;
}
.BgClassName
{
background-color: #CEC03D;
}
</style>
border-color css
<style>
span { border-color: #CEC03D; }
span { border-color: rgb(206,192,61); }
td.TdClassName
{
border-color: #CEC03D;
}
.TagClassName
{
border-color: #CEC03D;
}
</style>