Shades of Wild Willow #CBCB53
Tints of Wild Willow #CBCB53
RGB
CMYK
RGB Variations
Color information
#CBCB53 (or 0xCBCB53) is known color: Wild Willow. HEX triplet: CB, CB and 53. RGB value is (203,203,83). Sum of RGB (Red+Green+Blue) = 203+203+83=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB53 is #3434AC. Grayscale: #BDBDBD. Windows color (decimal): -3421357 or 5491659. OLE color: 5491659.
HSL color Cylindrical-coordinate representation of color #CBCB53: 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.59%. Process color model (Four color, CMYK) of #CBCB53 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 83 | - |
| CMYK | 0 | 0 | 0.59 | 0.20 |
| HSL | 60º | 0.54% | 0.56% | - |
| HSV(B) | 60º | 0.59% | 0.8% | - |
| XYZ | 47.55 | 56.03 | 16.49 | - |
| YUV | 189.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 83 | 0 | 0 | 0.59 | 0.20 | 60 | 0.54 | 0.56 |
| Hex | CB | CB | 53 | 0 | 0 | 3B | 14 | 3C | 36 | 38 |
| Octal | 313 | 313 | 123 | 0 | 0 | 73 | 24 | 74 | 66 | 70 |
| Binary | 11001011 | 11001011 | 1010011 | 0 | 0 | 111011 | 10100 | 111100 | 110110 | 111000 |
Color Harmonies of #CBCB53
Complementary color
Monochromatic Colors of #CBCB53
Black with #CBCB53
Text Example
Text Example
White with #CBCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB53; }
p { color: rgb(203,203,83); }
H1.HeaderClassName
{
color: #CBCB53;
}
.AnyTagClassName
{
color: #CBCB53;
}
</style>
background-color css
<style>
a { background-color: #CBCB53; }
a { background-color: rgb(203,203,83); }
div.DivClassName
{
background-color: #CBCB53;
}
.BgClassName
{
background-color: #CBCB53;
}
</style>
border-color css
<style>
span { border-color: #CBCB53; }
span { border-color: rgb(203,203,83); }
td.TdClassName
{
border-color: #CBCB53;
}
.TagClassName
{
border-color: #CBCB53;
}
</style>