Shades of Sisal #CDBD99
Tints of Sisal #CDBD99
RGB
CMYK
RGB Variations
Color information
#CDBD99 (or 0xCDBD99) is known color: Sisal. HEX triplet: CD, BD and 99. RGB value is (205,189,153). Sum of RGB (Red+Green+Blue) = 205+189+153=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBD99 is #324266. Grayscale: #BDBDBD. Windows color (decimal): -3293799 or 10075597. OLE color: 10075597.
HSL color Cylindrical-coordinate representation of color #CDBD99: hue angle of 41.54º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDBD99 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 153 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.20 |
| HSL | 41.54º | 0.34% | 0.7% | - |
| HSV(B) | 41.54º | 0.25% | 0.8% | - |
| XYZ | 49.12 | 51.67 | 37.52 | - |
| YUV | 189.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 153 | 0 | 0.08 | 0.25 | 0.20 | 41.54 | 0.34 | 0.7 |
| Hex | CD | BD | 99 | 0 | 8 | 19 | 14 | 2A | 22 | 46 |
| Octal | 315 | 275 | 231 | 0 | 10 | 31 | 24 | 52 | 42 | 106 |
| Binary | 11001101 | 10111101 | 10011001 | 0 | 1000 | 11001 | 10100 | 101010 | 100010 | 1000110 |
Color Harmonies of #CDBD99
Complementary color
Monochromatic Colors of #CDBD99
Black with #CDBD99
Text Example
Text Example
White with #CDBD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD99; }
p { color: rgb(205,189,153); }
H1.HeaderClassName
{
color: #CDBD99;
}
.AnyTagClassName
{
color: #CDBD99;
}
</style>
background-color css
<style>
a { background-color: #CDBD99; }
a { background-color: rgb(205,189,153); }
div.DivClassName
{
background-color: #CDBD99;
}
.BgClassName
{
background-color: #CDBD99;
}
</style>
border-color css
<style>
span { border-color: #CDBD99; }
span { border-color: rgb(205,189,153); }
td.TdClassName
{
border-color: #CDBD99;
}
.TagClassName
{
border-color: #CDBD99;
}
</style>