Shades of Wild Willow #CBD25F
Tints of Wild Willow #CBD25F
RGB
CMYK
RGB Variations
Color information
#CBD25F (or 0xCBD25F) is known color: Wild Willow. HEX triplet: CB, D2 and 5F. RGB value is (203,210,95). Sum of RGB (Red+Green+Blue) = 203+210+95=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD25F is #342DA0. Grayscale: #C3C3C3. Windows color (decimal): -3419553 or 6279883. OLE color: 6279883.
HSL color Cylindrical-coordinate representation of color #CBD25F: hue angle of 63.65º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBD25F is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 95 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.18 |
| HSL | 63.65º | 0.56% | 0.6% | - |
| HSV(B) | 63.65º | 0.55% | 0.82% | - |
| XYZ | 49.74 | 59.62 | 19.71 | - |
| YUV | 194.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 95 | 0.03 | 0 | 0.55 | 0.18 | 63.65 | 0.56 | 0.6 |
| Hex | CB | D2 | 5F | 3 | 0 | 37 | 12 | 40 | 38 | 3C |
| Octal | 313 | 322 | 137 | 3 | 0 | 67 | 22 | 100 | 70 | 74 |
| Binary | 11001011 | 11010010 | 1011111 | 11 | 0 | 110111 | 10010 | 1000000 | 111000 | 111100 |
Color Harmonies of #CBD25F
Complementary color
Monochromatic Colors of #CBD25F
Black with #CBD25F
Text Example
Text Example
White with #CBD25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD25F; }
p { color: rgb(203,210,95); }
H1.HeaderClassName
{
color: #CBD25F;
}
.AnyTagClassName
{
color: #CBD25F;
}
</style>
background-color css
<style>
a { background-color: #CBD25F; }
a { background-color: rgb(203,210,95); }
div.DivClassName
{
background-color: #CBD25F;
}
.BgClassName
{
background-color: #CBD25F;
}
</style>
border-color css
<style>
span { border-color: #CBD25F; }
span { border-color: rgb(203,210,95); }
td.TdClassName
{
border-color: #CBD25F;
}
.TagClassName
{
border-color: #CBD25F;
}
</style>