Shades of Wattle #CDCE4E
Tints of Wattle #CDCE4E
RGB
CMYK
RGB Variations
Color information
#CDCE4E (or 0xCDCE4E) is known color: Wattle. HEX triplet: CD, CE and 4E. RGB value is (205,206,78). Sum of RGB (Red+Green+Blue) = 205+206+78=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE4E is #3231B1. Grayscale: #BFBFBF. Windows color (decimal): -3289522 or 5164749. OLE color: 5164749.
HSL color Cylindrical-coordinate representation of color #CDCE4E: hue angle of 60.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDCE4E is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 78 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.19 |
| HSL | 60.47º | 0.57% | 0.56% | - |
| HSV(B) | 60.47º | 0.62% | 0.81% | - |
| XYZ | 48.62 | 57.67 | 15.78 | - |
| YUV | 191.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 78 | 0.00 | 0 | 0.62 | 0.19 | 60.47 | 0.57 | 0.56 |
| Hex | CD | CE | 4E | 0 | 0 | 3E | 13 | 3C | 39 | 38 |
| Octal | 315 | 316 | 116 | 0 | 0 | 76 | 23 | 74 | 71 | 70 |
| Binary | 11001101 | 11001110 | 1001110 | 0 | 0 | 111110 | 10011 | 111100 | 111001 | 111000 |
Color Harmonies of #CDCE4E
Complementary color
Monochromatic Colors of #CDCE4E
Black with #CDCE4E
Text Example
Text Example
White with #CDCE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE4E; }
p { color: rgb(205,206,78); }
H1.HeaderClassName
{
color: #CDCE4E;
}
.AnyTagClassName
{
color: #CDCE4E;
}
</style>
background-color css
<style>
a { background-color: #CDCE4E; }
a { background-color: rgb(205,206,78); }
div.DivClassName
{
background-color: #CDCE4E;
}
.BgClassName
{
background-color: #CDCE4E;
}
</style>
border-color css
<style>
span { border-color: #CDCE4E; }
span { border-color: rgb(205,206,78); }
td.TdClassName
{
border-color: #CDCE4E;
}
.TagClassName
{
border-color: #CDCE4E;
}
</style>