Shades of Wild Willow #CBD663
Tints of Wild Willow #CBD663
RGB
CMYK
RGB Variations
Color information
#CBD663 (or 0xCBD663) is known color: Wild Willow. HEX triplet: CB, D6 and 63. RGB value is (203,214,99). Sum of RGB (Red+Green+Blue) = 203+214+99=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD663 is #34299C. Grayscale: #C6C6C6. Windows color (decimal): -3418525 or 6543051. OLE color: 6543051.
HSL color Cylindrical-coordinate representation of color #CBD663: hue angle of 65.74º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBD663 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 99 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.16 |
| HSL | 65.74º | 0.58% | 0.61% | - |
| HSV(B) | 65.74º | 0.54% | 0.84% | - |
| XYZ | 50.93 | 61.69 | 21.03 | - |
| YUV | 197.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 99 | 0.05 | 0 | 0.54 | 0.16 | 65.74 | 0.58 | 0.61 |
| Hex | CB | D6 | 63 | 5 | 0 | 36 | 10 | 42 | 3A | 3D |
| Octal | 313 | 326 | 143 | 5 | 0 | 66 | 20 | 102 | 72 | 75 |
| Binary | 11001011 | 11010110 | 1100011 | 101 | 0 | 110110 | 10000 | 1000010 | 111010 | 111101 |
Color Harmonies of #CBD663
Complementary color
Monochromatic Colors of #CBD663
Black with #CBD663
Text Example
Text Example
White with #CBD663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD663; }
p { color: rgb(203,214,99); }
H1.HeaderClassName
{
color: #CBD663;
}
.AnyTagClassName
{
color: #CBD663;
}
</style>
background-color css
<style>
a { background-color: #CBD663; }
a { background-color: rgb(203,214,99); }
div.DivClassName
{
background-color: #CBD663;
}
.BgClassName
{
background-color: #CBD663;
}
</style>
border-color css
<style>
span { border-color: #CBD663; }
span { border-color: rgb(203,214,99); }
td.TdClassName
{
border-color: #CBD663;
}
.TagClassName
{
border-color: #CBD663;
}
</style>