Shades of Wild Willow #CBD752
Tints of Wild Willow #CBD752
RGB
CMYK
RGB Variations
Color information
#CBD752 (or 0xCBD752) is known color: Wild Willow. HEX triplet: CB, D7 and 52. RGB value is (203,215,82). Sum of RGB (Red+Green+Blue) = 203+215+82=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD752 is #3428AD. Grayscale: #C4C4C4. Windows color (decimal): -3418286 or 5429195. OLE color: 5429195.
HSL color Cylindrical-coordinate representation of color #CBD752: hue angle of 65.41º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBD752 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 82 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.16 |
| HSL | 65.41º | 0.62% | 0.58% | - |
| HSV(B) | 65.41º | 0.62% | 0.84% | - |
| XYZ | 50.45 | 61.91 | 17.27 | - |
| YUV | 196.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 82 | 0.06 | 0 | 0.62 | 0.16 | 65.41 | 0.62 | 0.58 |
| Hex | CB | D7 | 52 | 6 | 0 | 3E | 10 | 41 | 3E | 3A |
| Octal | 313 | 327 | 122 | 6 | 0 | 76 | 20 | 101 | 76 | 72 |
| Binary | 11001011 | 11010111 | 1010010 | 110 | 0 | 111110 | 10000 | 1000001 | 111110 | 111010 |
Color Harmonies of #CBD752
Complementary color
Monochromatic Colors of #CBD752
Black with #CBD752
Text Example
Text Example
White with #CBD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD752; }
p { color: rgb(203,215,82); }
H1.HeaderClassName
{
color: #CBD752;
}
.AnyTagClassName
{
color: #CBD752;
}
</style>
background-color css
<style>
a { background-color: #CBD752; }
a { background-color: rgb(203,215,82); }
div.DivClassName
{
background-color: #CBD752;
}
.BgClassName
{
background-color: #CBD752;
}
</style>
border-color css
<style>
span { border-color: #CBD752; }
span { border-color: rgb(203,215,82); }
td.TdClassName
{
border-color: #CBD752;
}
.TagClassName
{
border-color: #CBD752;
}
</style>