Shades of Wattle #CECD4C
Tints of Wattle #CECD4C
RGB
CMYK
RGB Variations
Color information
#CECD4C (or 0xCECD4C) is known color: Wattle. HEX triplet: CE, CD and 4C. RGB value is (206,205,76). Sum of RGB (Red+Green+Blue) = 206+205+76=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD4C is #3132B3. Grayscale: #BFBFBF. Windows color (decimal): -3224244 or 5033422. OLE color: 5033422.
HSL color Cylindrical-coordinate representation of color #CECD4C: hue angle of 59.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CECD4C is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 76 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.19 |
| HSL | 59.54º | 0.57% | 0.55% | - |
| HSV(B) | 59.54º | 0.63% | 0.81% | - |
| XYZ | 48.59 | 57.31 | 15.34 | - |
| YUV | 190.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 76 | 0 | 0.00 | 0.63 | 0.19 | 59.54 | 0.57 | 0.55 |
| Hex | CE | CD | 4C | 0 | 0 | 3F | 13 | 3C | 39 | 37 |
| Octal | 316 | 315 | 114 | 0 | 0 | 77 | 23 | 74 | 71 | 67 |
| Binary | 11001110 | 11001101 | 1001100 | 0 | 0 | 111111 | 10011 | 111100 | 111001 | 110111 |
Color Harmonies of #CECD4C
Complementary color
Monochromatic Colors of #CECD4C
Black with #CECD4C
Text Example
Text Example
White with #CECD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD4C; }
p { color: rgb(206,205,76); }
H1.HeaderClassName
{
color: #CECD4C;
}
.AnyTagClassName
{
color: #CECD4C;
}
</style>
background-color css
<style>
a { background-color: #CECD4C; }
a { background-color: rgb(206,205,76); }
div.DivClassName
{
background-color: #CECD4C;
}
.BgClassName
{
background-color: #CECD4C;
}
</style>
border-color css
<style>
span { border-color: #CECD4C; }
span { border-color: rgb(206,205,76); }
td.TdClassName
{
border-color: #CECD4C;
}
.TagClassName
{
border-color: #CECD4C;
}
</style>