Shades of Wattle #CED13C
Tints of Wattle #CED13C
RGB
CMYK
RGB Variations
Color information
#CED13C (or 0xCED13C) is known color: Wattle. HEX triplet: CE, D1 and 3C. RGB value is (206,209,60). Sum of RGB (Red+Green+Blue) = 206+209+60=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #CED13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED13C is #312EC3. Grayscale: #BFBFBF. Windows color (decimal): -3223236 or 3985870. OLE color: 3985870.
HSL color Cylindrical-coordinate representation of color #CED13C: hue angle of 61.21º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CED13C is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 60 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.18 |
| HSL | 61.21º | 0.62% | 0.53% | - |
| HSV(B) | 61.21º | 0.71% | 0.82% | - |
| XYZ | 49.07 | 59.05 | 13.09 | - |
| YUV | 191.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 60 | 0.01 | 0 | 0.71 | 0.18 | 61.21 | 0.62 | 0.53 |
| Hex | CE | D1 | 3C | 1 | 0 | 47 | 12 | 3D | 3E | 35 |
| Octal | 316 | 321 | 74 | 1 | 0 | 107 | 22 | 75 | 76 | 65 |
| Binary | 11001110 | 11010001 | 111100 | 1 | 0 | 1000111 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CED13C
Complementary color
Monochromatic Colors of #CED13C
Black with #CED13C
Text Example
Text Example
White with #CED13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED13C; }
p { color: rgb(206,209,60); }
H1.HeaderClassName
{
color: #CED13C;
}
.AnyTagClassName
{
color: #CED13C;
}
</style>
background-color css
<style>
a { background-color: #CED13C; }
a { background-color: rgb(206,209,60); }
div.DivClassName
{
background-color: #CED13C;
}
.BgClassName
{
background-color: #CED13C;
}
</style>
border-color css
<style>
span { border-color: #CED13C; }
span { border-color: rgb(206,209,60); }
td.TdClassName
{
border-color: #CED13C;
}
.TagClassName
{
border-color: #CED13C;
}
</style>