Shades of Wild Willow #CDCB68
Tints of Wild Willow #CDCB68
RGB
CMYK
RGB Variations
Color information
#CDCB68 (or 0xCDCB68) is known color: Wild Willow. HEX triplet: CD, CB and 68. RGB value is (205,203,104). Sum of RGB (Red+Green+Blue) = 205+203+104=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCB68 is #323497. Grayscale: #C0C0C0. Windows color (decimal): -3290264 or 6867917. OLE color: 6867917.
HSL color Cylindrical-coordinate representation of color #CDCB68: hue angle of 58.81º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDCB68 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 203 | 104 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.20 |
| HSL | 58.81º | 0.5% | 0.61% | - |
| HSV(B) | 58.81º | 0.49% | 0.8% | - |
| XYZ | 49.03 | 56.69 | 21.45 | - |
| YUV | 192.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 104 | 0 | 0.01 | 0.49 | 0.20 | 58.81 | 0.5 | 0.61 |
| Hex | CD | CB | 68 | 0 | 1 | 31 | 14 | 3B | 32 | 3D |
| Octal | 315 | 313 | 150 | 0 | 1 | 61 | 24 | 73 | 62 | 75 |
| Binary | 11001101 | 11001011 | 1101000 | 0 | 1 | 110001 | 10100 | 111011 | 110010 | 111101 |
Color Harmonies of #CDCB68
Complementary color
Monochromatic Colors of #CDCB68
Black with #CDCB68
Text Example
Text Example
White with #CDCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCB68; }
p { color: rgb(205,203,104); }
H1.HeaderClassName
{
color: #CDCB68;
}
.AnyTagClassName
{
color: #CDCB68;
}
</style>
background-color css
<style>
a { background-color: #CDCB68; }
a { background-color: rgb(205,203,104); }
div.DivClassName
{
background-color: #CDCB68;
}
.BgClassName
{
background-color: #CDCB68;
}
</style>
border-color css
<style>
span { border-color: #CDCB68; }
span { border-color: rgb(205,203,104); }
td.TdClassName
{
border-color: #CDCB68;
}
.TagClassName
{
border-color: #CDCB68;
}
</style>