Shades of Wild Willow #CBD264
Tints of Wild Willow #CBD264
RGB
CMYK
RGB Variations
Color information
#CBD264 (or 0xCBD264) is known color: Wild Willow. HEX triplet: CB, D2 and 64. RGB value is (203,210,100). Sum of RGB (Red+Green+Blue) = 203+210+100=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD264 is #342D9B. Grayscale: #C3C3C3. Windows color (decimal): -3419548 or 6607563. OLE color: 6607563.
HSL color Cylindrical-coordinate representation of color #CBD264: hue angle of 63.82º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBD264 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 100 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.18 |
| HSL | 63.82º | 0.55% | 0.61% | - |
| HSV(B) | 63.82º | 0.52% | 0.82% | - |
| XYZ | 49.98 | 59.71 | 20.95 | - |
| YUV | 195.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 100 | 0.03 | 0 | 0.52 | 0.18 | 63.82 | 0.55 | 0.61 |
| Hex | CB | D2 | 64 | 3 | 0 | 34 | 12 | 40 | 37 | 3D |
| Octal | 313 | 322 | 144 | 3 | 0 | 64 | 22 | 100 | 67 | 75 |
| Binary | 11001011 | 11010010 | 1100100 | 11 | 0 | 110100 | 10010 | 1000000 | 110111 | 111101 |
Color Harmonies of #CBD264
Complementary color
Monochromatic Colors of #CBD264
Black with #CBD264
Text Example
Text Example
White with #CBD264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD264; }
p { color: rgb(203,210,100); }
H1.HeaderClassName
{
color: #CBD264;
}
.AnyTagClassName
{
color: #CBD264;
}
</style>
background-color css
<style>
a { background-color: #CBD264; }
a { background-color: rgb(203,210,100); }
div.DivClassName
{
background-color: #CBD264;
}
.BgClassName
{
background-color: #CBD264;
}
</style>
border-color css
<style>
span { border-color: #CBD264; }
span { border-color: rgb(203,210,100); }
td.TdClassName
{
border-color: #CBD264;
}
.TagClassName
{
border-color: #CBD264;
}
</style>