Shades of Wild Willow #CDCE67
Tints of Wild Willow #CDCE67
RGB
CMYK
RGB Variations
Color information
#CDCE67 (or 0xCDCE67) is known color: Wild Willow. HEX triplet: CD, CE and 67. RGB value is (205,206,103). Sum of RGB (Red+Green+Blue) = 205+206+103=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE67 is #323198. Grayscale: #C2C2C2. Windows color (decimal): -3289497 or 6803149. OLE color: 6803149.
HSL color Cylindrical-coordinate representation of color #CDCE67: hue angle of 60.58º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDCE67 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 103 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.19 |
| HSL | 60.58º | 0.51% | 0.61% | - |
| HSV(B) | 60.58º | 0.5% | 0.81% | - |
| XYZ | 49.7 | 58.1 | 21.43 | - |
| YUV | 193.96 | 76.67 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 103 | 0.00 | 0 | 0.50 | 0.19 | 60.58 | 0.51 | 0.61 |
| Hex | CD | CE | 67 | 0 | 0 | 32 | 13 | 3D | 33 | 3D |
| Octal | 315 | 316 | 147 | 0 | 0 | 62 | 23 | 75 | 63 | 75 |
| Binary | 11001101 | 11001110 | 1100111 | 0 | 0 | 110010 | 10011 | 111101 | 110011 | 111101 |
Color Harmonies of #CDCE67
Complementary color
Monochromatic Colors of #CDCE67
Black with #CDCE67
Text Example
Text Example
White with #CDCE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE67; }
p { color: rgb(205,206,103); }
H1.HeaderClassName
{
color: #CDCE67;
}
.AnyTagClassName
{
color: #CDCE67;
}
</style>
background-color css
<style>
a { background-color: #CDCE67; }
a { background-color: rgb(205,206,103); }
div.DivClassName
{
background-color: #CDCE67;
}
.BgClassName
{
background-color: #CDCE67;
}
</style>
border-color css
<style>
span { border-color: #CDCE67; }
span { border-color: rgb(205,206,103); }
td.TdClassName
{
border-color: #CDCE67;
}
.TagClassName
{
border-color: #CDCE67;
}
</style>