Shades of Sandwisp #D9CB8C
Tints of Sandwisp #D9CB8C
RGB
CMYK
RGB Variations
Color information
#D9CB8C (or 0xD9CB8C) is known color: Sandwisp. HEX triplet: D9, CB and 8C. RGB value is (217,203,140). Sum of RGB (Red+Green+Blue) = 217+203+140=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CB8C is #263473. Grayscale: #C8C8C8. Windows color (decimal): -2503796 or 9227225. OLE color: 9227225.
HSL color Cylindrical-coordinate representation of color #D9CB8C: hue angle of 49.09º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9CB8C is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 140 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.15 |
| HSL | 49.09º | 0.5% | 0.7% | - |
| HSV(B) | 49.09º | 0.35% | 0.85% | - |
| XYZ | 54.7 | 59.36 | 33.38 | - |
| YUV | 200 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 140 | 0 | 0.06 | 0.35 | 0.15 | 49.09 | 0.5 | 0.7 |
| Hex | D9 | CB | 8C | 0 | 6 | 23 | F | 31 | 32 | 46 |
| Octal | 331 | 313 | 214 | 0 | 6 | 43 | 17 | 61 | 62 | 106 |
| Binary | 11011001 | 11001011 | 10001100 | 0 | 110 | 100011 | 1111 | 110001 | 110010 | 1000110 |
Color Harmonies of #D9CB8C
Complementary color
Monochromatic Colors of #D9CB8C
Black with #D9CB8C
Text Example
Text Example
White with #D9CB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB8C; }
p { color: rgb(217,203,140); }
H1.HeaderClassName
{
color: #D9CB8C;
}
.AnyTagClassName
{
color: #D9CB8C;
}
</style>
background-color css
<style>
a { background-color: #D9CB8C; }
a { background-color: rgb(217,203,140); }
div.DivClassName
{
background-color: #D9CB8C;
}
.BgClassName
{
background-color: #D9CB8C;
}
</style>
border-color css
<style>
span { border-color: #D9CB8C; }
span { border-color: rgb(217,203,140); }
td.TdClassName
{
border-color: #D9CB8C;
}
.TagClassName
{
border-color: #D9CB8C;
}
</style>