Shades of Wild Willow #CBDC64
Tints of Wild Willow #CBDC64
RGB
CMYK
RGB Variations
Color information
#CBDC64 (or 0xCBDC64) is known color: Wild Willow. HEX triplet: CB, DC and 64. RGB value is (203,220,100). Sum of RGB (Red+Green+Blue) = 203+220+100=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC64 is #34239B. Grayscale: #C9C9C9. Windows color (decimal): -3416988 or 6610123. OLE color: 6610123.
HSL color Cylindrical-coordinate representation of color #CBDC64: hue angle of 68.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBDC64 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 100 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.14 |
| HSL | 68.5º | 0.63% | 0.63% | - |
| HSV(B) | 68.5º | 0.55% | 0.86% | - |
| XYZ | 52.52 | 64.8 | 21.8 | - |
| YUV | 201.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 100 | 0.08 | 0 | 0.55 | 0.14 | 68.5 | 0.63 | 0.63 |
| Hex | CB | DC | 64 | 8 | 0 | 37 | E | 44 | 3F | 3F |
| Octal | 313 | 334 | 144 | 10 | 0 | 67 | 16 | 104 | 77 | 77 |
| Binary | 11001011 | 11011100 | 1100100 | 1000 | 0 | 110111 | 1110 | 1000100 | 111111 | 111111 |
Color Harmonies of #CBDC64
Complementary color
Monochromatic Colors of #CBDC64
Black with #CBDC64
Text Example
Text Example
White with #CBDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC64; }
p { color: rgb(203,220,100); }
H1.HeaderClassName
{
color: #CBDC64;
}
.AnyTagClassName
{
color: #CBDC64;
}
</style>
background-color css
<style>
a { background-color: #CBDC64; }
a { background-color: rgb(203,220,100); }
div.DivClassName
{
background-color: #CBDC64;
}
.BgClassName
{
background-color: #CBDC64;
}
</style>
border-color css
<style>
span { border-color: #CBDC64; }
span { border-color: rgb(203,220,100); }
td.TdClassName
{
border-color: #CBDC64;
}
.TagClassName
{
border-color: #CBDC64;
}
</style>