Shades of Wattle #CEC73F
Tints of Wattle #CEC73F
RGB
CMYK
RGB Variations
Color information
#CEC73F (or 0xCEC73F) is known color: Wattle. HEX triplet: CE, C7 and 3F. RGB value is (206,199,63). Sum of RGB (Red+Green+Blue) = 206+199+63=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC73F is #3138C0. Grayscale: #BABABA. Windows color (decimal): -3225793 or 4179918. OLE color: 4179918.
HSL color Cylindrical-coordinate representation of color #CEC73F: hue angle of 57.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEC73F is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 63 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.19 |
| HSL | 57.06º | 0.59% | 0.53% | - |
| HSV(B) | 57.06º | 0.69% | 0.81% | - |
| XYZ | 46.77 | 54.33 | 12.72 | - |
| YUV | 185.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 63 | 0 | 0.03 | 0.69 | 0.19 | 57.06 | 0.59 | 0.53 |
| Hex | CE | C7 | 3F | 0 | 3 | 45 | 13 | 39 | 3B | 35 |
| Octal | 316 | 307 | 77 | 0 | 3 | 105 | 23 | 71 | 73 | 65 |
| Binary | 11001110 | 11000111 | 111111 | 0 | 11 | 1000101 | 10011 | 111001 | 111011 | 110101 |
Color Harmonies of #CEC73F
Complementary color
Monochromatic Colors of #CEC73F
Black with #CEC73F
Text Example
Text Example
White with #CEC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC73F; }
p { color: rgb(206,199,63); }
H1.HeaderClassName
{
color: #CEC73F;
}
.AnyTagClassName
{
color: #CEC73F;
}
</style>
background-color css
<style>
a { background-color: #CEC73F; }
a { background-color: rgb(206,199,63); }
div.DivClassName
{
background-color: #CEC73F;
}
.BgClassName
{
background-color: #CEC73F;
}
</style>
border-color css
<style>
span { border-color: #CEC73F; }
span { border-color: rgb(206,199,63); }
td.TdClassName
{
border-color: #CEC73F;
}
.TagClassName
{
border-color: #CEC73F;
}
</style>