Shades of Wild Willow #CBC954
Tints of Wild Willow #CBC954
RGB
CMYK
RGB Variations
Color information
#CBC954 (or 0xCBC954) is known color: Wild Willow. HEX triplet: CB, C9 and 54. RGB value is (203,201,84). Sum of RGB (Red+Green+Blue) = 203+201+84=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC954 is #3436AB. Grayscale: #BCBCBC. Windows color (decimal): -3421868 or 5556683. OLE color: 5556683.
HSL color Cylindrical-coordinate representation of color #CBC954: hue angle of 58.99º 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 #CBC954 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 84 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.20 |
| HSL | 58.99º | 0.53% | 0.56% | - |
| HSV(B) | 58.99º | 0.59% | 0.8% | - |
| XYZ | 47.12 | 55.11 | 16.54 | - |
| YUV | 188.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 84 | 0 | 0.01 | 0.59 | 0.20 | 58.99 | 0.53 | 0.56 |
| Hex | CB | C9 | 54 | 0 | 1 | 3B | 14 | 3B | 35 | 38 |
| Octal | 313 | 311 | 124 | 0 | 1 | 73 | 24 | 73 | 65 | 70 |
| Binary | 11001011 | 11001001 | 1010100 | 0 | 1 | 111011 | 10100 | 111011 | 110101 | 111000 |
Color Harmonies of #CBC954
Complementary color
Monochromatic Colors of #CBC954
Black with #CBC954
Text Example
Text Example
White with #CBC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC954; }
p { color: rgb(203,201,84); }
H1.HeaderClassName
{
color: #CBC954;
}
.AnyTagClassName
{
color: #CBC954;
}
</style>
background-color css
<style>
a { background-color: #CBC954; }
a { background-color: rgb(203,201,84); }
div.DivClassName
{
background-color: #CBC954;
}
.BgClassName
{
background-color: #CBC954;
}
</style>
border-color css
<style>
span { border-color: #CBC954; }
span { border-color: rgb(203,201,84); }
td.TdClassName
{
border-color: #CBC954;
}
.TagClassName
{
border-color: #CBC954;
}
</style>