Shades of Wild Willow #CBD568
Tints of Wild Willow #CBD568
RGB
CMYK
RGB Variations
Color information
#CBD568 (or 0xCBD568) is known color: Wild Willow. HEX triplet: CB, D5 and 68. RGB value is (203,213,104). Sum of RGB (Red+Green+Blue) = 203+213+104=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD568 is #342A97. Grayscale: #C6C6C6. Windows color (decimal): -3418776 or 6870475. OLE color: 6870475.
HSL color Cylindrical-coordinate representation of color #CBD568: hue angle of 65.5º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBD568 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 104 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.16 |
| HSL | 65.5º | 0.56% | 0.62% | - |
| HSV(B) | 65.5º | 0.51% | 0.84% | - |
| XYZ | 50.92 | 61.28 | 22.24 | - |
| YUV | 197.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 104 | 0.05 | 0 | 0.51 | 0.16 | 65.5 | 0.56 | 0.62 |
| Hex | CB | D5 | 68 | 5 | 0 | 33 | 10 | 42 | 38 | 3E |
| Octal | 313 | 325 | 150 | 5 | 0 | 63 | 20 | 102 | 70 | 76 |
| Binary | 11001011 | 11010101 | 1101000 | 101 | 0 | 110011 | 10000 | 1000010 | 111000 | 111110 |
Color Harmonies of #CBD568
Complementary color
Monochromatic Colors of #CBD568
Black with #CBD568
Text Example
Text Example
White with #CBD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD568; }
p { color: rgb(203,213,104); }
H1.HeaderClassName
{
color: #CBD568;
}
.AnyTagClassName
{
color: #CBD568;
}
</style>
background-color css
<style>
a { background-color: #CBD568; }
a { background-color: rgb(203,213,104); }
div.DivClassName
{
background-color: #CBD568;
}
.BgClassName
{
background-color: #CBD568;
}
</style>
border-color css
<style>
span { border-color: #CBD568; }
span { border-color: rgb(203,213,104); }
td.TdClassName
{
border-color: #CBD568;
}
.TagClassName
{
border-color: #CBD568;
}
</style>