Shades of Wild Willow #CBC554
Tints of Wild Willow #CBC554
RGB
CMYK
RGB Variations
Color information
#CBC554 (or 0xCBC554) is known color: Wild Willow. HEX triplet: CB, C5 and 54. RGB value is (203,197,84). Sum of RGB (Red+Green+Blue) = 203+197+84=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC554 is #343AAB. Grayscale: #BABABA. Windows color (decimal): -3422892 or 5555659. OLE color: 5555659.
HSL color Cylindrical-coordinate representation of color #CBC554: hue angle of 56.97º degrees, saturation: 0.53, 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 #CBC554 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 84 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.20 |
| HSL | 56.97º | 0.53% | 0.56% | - |
| HSV(B) | 56.97º | 0.59% | 0.8% | - |
| XYZ | 46.2 | 53.27 | 16.23 | - |
| YUV | 185.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 84 | 0 | 0.03 | 0.59 | 0.20 | 56.97 | 0.53 | 0.56 |
| Hex | CB | C5 | 54 | 0 | 3 | 3B | 14 | 39 | 35 | 38 |
| Octal | 313 | 305 | 124 | 0 | 3 | 73 | 24 | 71 | 65 | 70 |
| Binary | 11001011 | 11000101 | 1010100 | 0 | 11 | 111011 | 10100 | 111001 | 110101 | 111000 |
Color Harmonies of #CBC554
Complementary color
Monochromatic Colors of #CBC554
Black with #CBC554
Text Example
Text Example
White with #CBC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC554; }
p { color: rgb(203,197,84); }
H1.HeaderClassName
{
color: #CBC554;
}
.AnyTagClassName
{
color: #CBC554;
}
</style>
background-color css
<style>
a { background-color: #CBC554; }
a { background-color: rgb(203,197,84); }
div.DivClassName
{
background-color: #CBC554;
}
.BgClassName
{
background-color: #CBC554;
}
</style>
border-color css
<style>
span { border-color: #CBC554; }
span { border-color: rgb(203,197,84); }
td.TdClassName
{
border-color: #CBC554;
}
.TagClassName
{
border-color: #CBC554;
}
</style>