Shades of Wattle #CED03C
Tints of Wattle #CED03C
RGB
CMYK
RGB Variations
Color information
#CED03C (or 0xCED03C) is known color: Wattle. HEX triplet: CE, D0 and 3C. RGB value is (206,208,60). Sum of RGB (Red+Green+Blue) = 206+208+60=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #CED03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED03C is #312FC3. Grayscale: #BFBFBF. Windows color (decimal): -3223492 or 3985614. OLE color: 3985614.
HSL color Cylindrical-coordinate representation of color #CED03C: hue angle of 60.81º degrees, saturation: 0.61, 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 #CED03C is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 60 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.18 |
| HSL | 60.81º | 0.61% | 0.53% | - |
| HSV(B) | 60.81º | 0.71% | 0.82% | - |
| XYZ | 48.83 | 58.56 | 13 | - |
| YUV | 190.53 | 54.34 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 60 | 0.01 | 0 | 0.71 | 0.18 | 60.81 | 0.61 | 0.53 |
| Hex | CE | D0 | 3C | 1 | 0 | 47 | 12 | 3D | 3D | 35 |
| Octal | 316 | 320 | 74 | 1 | 0 | 107 | 22 | 75 | 75 | 65 |
| Binary | 11001110 | 11010000 | 111100 | 1 | 0 | 1000111 | 10010 | 111101 | 111101 | 110101 |
Color Harmonies of #CED03C
Complementary color
Monochromatic Colors of #CED03C
Black with #CED03C
Text Example
Text Example
White with #CED03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED03C; }
p { color: rgb(206,208,60); }
H1.HeaderClassName
{
color: #CED03C;
}
.AnyTagClassName
{
color: #CED03C;
}
</style>
background-color css
<style>
a { background-color: #CED03C; }
a { background-color: rgb(206,208,60); }
div.DivClassName
{
background-color: #CED03C;
}
.BgClassName
{
background-color: #CED03C;
}
</style>
border-color css
<style>
span { border-color: #CED03C; }
span { border-color: rgb(206,208,60); }
td.TdClassName
{
border-color: #CED03C;
}
.TagClassName
{
border-color: #CED03C;
}
</style>