Shades of Wattle #CDCE37
Tints of Wattle #CDCE37
RGB
CMYK
RGB Variations
Color information
#CDCE37 (or 0xCDCE37) is known color: Wattle. HEX triplet: CD, CE and 37. RGB value is (205,206,55). Sum of RGB (Red+Green+Blue) = 205+206+55=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCE37 is #3231C8. Grayscale: #BDBDBD. Windows color (decimal): -3289545 or 3657421. OLE color: 3657421.
HSL color Cylindrical-coordinate representation of color #CDCE37: hue angle of 60.4º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDCE37 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 55 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.19 |
| HSL | 60.4º | 0.61% | 0.51% | - |
| HSV(B) | 60.4º | 0.73% | 0.81% | - |
| XYZ | 47.94 | 57.4 | 12.17 | - |
| YUV | 188.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 55 | 0.00 | 0 | 0.73 | 0.19 | 60.4 | 0.61 | 0.51 |
| Hex | CD | CE | 37 | 0 | 0 | 49 | 13 | 3C | 3D | 33 |
| Octal | 315 | 316 | 67 | 0 | 0 | 111 | 23 | 74 | 75 | 63 |
| Binary | 11001101 | 11001110 | 110111 | 0 | 0 | 1001001 | 10011 | 111100 | 111101 | 110011 |
Color Harmonies of #CDCE37
Complementary color
Monochromatic Colors of #CDCE37
Black with #CDCE37
Text Example
Text Example
White with #CDCE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE37; }
p { color: rgb(205,206,55); }
H1.HeaderClassName
{
color: #CDCE37;
}
.AnyTagClassName
{
color: #CDCE37;
}
</style>
background-color css
<style>
a { background-color: #CDCE37; }
a { background-color: rgb(205,206,55); }
div.DivClassName
{
background-color: #CDCE37;
}
.BgClassName
{
background-color: #CDCE37;
}
</style>
border-color css
<style>
span { border-color: #CDCE37; }
span { border-color: rgb(205,206,55); }
td.TdClassName
{
border-color: #CDCE37;
}
.TagClassName
{
border-color: #CDCE37;
}
</style>