Shades of Sisal #CDBD9A
Tints of Sisal #CDBD9A
RGB
CMYK
RGB Variations
Color information
#CDBD9A (or 0xCDBD9A) is known color: Sisal. HEX triplet: CD, BD and 9A. RGB value is (205,189,154). Sum of RGB (Red+Green+Blue) = 205+189+154=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBD9A is #324265. Grayscale: #BDBDBD. Windows color (decimal): -3293798 or 10141133. OLE color: 10141133.
HSL color Cylindrical-coordinate representation of color #CDBD9A: hue angle of 41.18º 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 #CDBD9A is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 154 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.20 |
| HSL | 41.18º | 0.34% | 0.7% | - |
| HSV(B) | 41.18º | 0.25% | 0.8% | - |
| XYZ | 49.21 | 51.71 | 37.96 | - |
| YUV | 189.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 154 | 0 | 0.08 | 0.25 | 0.20 | 41.18 | 0.34 | 0.7 |
| Hex | CD | BD | 9A | 0 | 8 | 19 | 14 | 29 | 22 | 46 |
| Octal | 315 | 275 | 232 | 0 | 10 | 31 | 24 | 51 | 42 | 106 |
| Binary | 11001101 | 10111101 | 10011010 | 0 | 1000 | 11001 | 10100 | 101001 | 100010 | 1000110 |
Color Harmonies of #CDBD9A
Complementary color
Monochromatic Colors of #CDBD9A
Black with #CDBD9A
Text Example
Text Example
White with #CDBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBD9A; }
p { color: rgb(205,189,154); }
H1.HeaderClassName
{
color: #CDBD9A;
}
.AnyTagClassName
{
color: #CDBD9A;
}
</style>
background-color css
<style>
a { background-color: #CDBD9A; }
a { background-color: rgb(205,189,154); }
div.DivClassName
{
background-color: #CDBD9A;
}
.BgClassName
{
background-color: #CDBD9A;
}
</style>
border-color css
<style>
span { border-color: #CDBD9A; }
span { border-color: rgb(205,189,154); }
td.TdClassName
{
border-color: #CDBD9A;
}
.TagClassName
{
border-color: #CDBD9A;
}
</style>