Shades of Wattle #CDCE41
Tints of Wattle #CDCE41
RGB
CMYK
RGB Variations
Color information
#CDCE41 (or 0xCDCE41) is known color: Wattle. HEX triplet: CD, CE and 41. RGB value is (205,206,65). Sum of RGB (Red+Green+Blue) = 205+206+65=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCE41 is #3231BE. Grayscale: #BEBEBE. Windows color (decimal): -3289535 or 4312781. OLE color: 4312781.
HSL color Cylindrical-coordinate representation of color #CDCE41: hue angle of 60.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDCE41 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 65 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.19 |
| HSL | 60.43º | 0.59% | 0.53% | - |
| HSV(B) | 60.43º | 0.68% | 0.81% | - |
| XYZ | 48.2 | 57.5 | 13.56 | - |
| YUV | 189.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 65 | 0.00 | 0 | 0.68 | 0.19 | 60.43 | 0.59 | 0.53 |
| Hex | CD | CE | 41 | 0 | 0 | 44 | 13 | 3C | 3B | 35 |
| Octal | 315 | 316 | 101 | 0 | 0 | 104 | 23 | 74 | 73 | 65 |
| Binary | 11001101 | 11001110 | 1000001 | 0 | 0 | 1000100 | 10011 | 111100 | 111011 | 110101 |
Color Harmonies of #CDCE41
Complementary color
Monochromatic Colors of #CDCE41
Black with #CDCE41
Text Example
Text Example
White with #CDCE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE41; }
p { color: rgb(205,206,65); }
H1.HeaderClassName
{
color: #CDCE41;
}
.AnyTagClassName
{
color: #CDCE41;
}
</style>
background-color css
<style>
a { background-color: #CDCE41; }
a { background-color: rgb(205,206,65); }
div.DivClassName
{
background-color: #CDCE41;
}
.BgClassName
{
background-color: #CDCE41;
}
</style>
border-color css
<style>
span { border-color: #CDCE41; }
span { border-color: rgb(205,206,65); }
td.TdClassName
{
border-color: #CDCE41;
}
.TagClassName
{
border-color: #CDCE41;
}
</style>