Shades of Wild Willow #CBCB51
Tints of Wild Willow #CBCB51
RGB
CMYK
RGB Variations
Color information
#CBCB51 (or 0xCBCB51) is known color: Wild Willow. HEX triplet: CB, CB and 51. RGB value is (203,203,81). Sum of RGB (Red+Green+Blue) = 203+203+81=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB51 is #3434AE. Grayscale: #BDBDBD. Windows color (decimal): -3421359 or 5360587. OLE color: 5360587.
HSL color Cylindrical-coordinate representation of color #CBCB51: hue angle of 60º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBCB51 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 81 | - |
| CMYK | 0 | 0 | 0.60 | 0.20 |
| HSL | 60º | 0.54% | 0.56% | - |
| HSV(B) | 60º | 0.6% | 0.8% | - |
| XYZ | 47.47 | 56 | 16.09 | - |
| YUV | 189.09 | 67 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 81 | 0 | 0 | 0.60 | 0.20 | 60 | 0.54 | 0.56 |
| Hex | CB | CB | 51 | 0 | 0 | 3C | 14 | 3C | 36 | 38 |
| Octal | 313 | 313 | 121 | 0 | 0 | 74 | 24 | 74 | 66 | 70 |
| Binary | 11001011 | 11001011 | 1010001 | 0 | 0 | 111100 | 10100 | 111100 | 110110 | 111000 |
Color Harmonies of #CBCB51
Complementary color
Monochromatic Colors of #CBCB51
Black with #CBCB51
Text Example
Text Example
White with #CBCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB51; }
p { color: rgb(203,203,81); }
H1.HeaderClassName
{
color: #CBCB51;
}
.AnyTagClassName
{
color: #CBCB51;
}
</style>
background-color css
<style>
a { background-color: #CBCB51; }
a { background-color: rgb(203,203,81); }
div.DivClassName
{
background-color: #CBCB51;
}
.BgClassName
{
background-color: #CBCB51;
}
</style>
border-color css
<style>
span { border-color: #CBCB51; }
span { border-color: rgb(203,203,81); }
td.TdClassName
{
border-color: #CBCB51;
}
.TagClassName
{
border-color: #CBCB51;
}
</style>