Shades of Sandwisp #DDCB8C
Tints of Sandwisp #DDCB8C
RGB
CMYK
RGB Variations
Color information
#DDCB8C (or 0xDDCB8C) is known color: Sandwisp. HEX triplet: DD, CB and 8C. RGB value is (221,203,140). Sum of RGB (Red+Green+Blue) = 221+203+140=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB8C is #223473. Grayscale: #C9C9C9. Windows color (decimal): -2241652 or 9227229. OLE color: 9227229.
HSL color Cylindrical-coordinate representation of color #DDCB8C: hue angle of 46.67º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDCB8C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 140 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.13 |
| HSL | 46.67º | 0.54% | 0.71% | - |
| HSV(B) | 46.67º | 0.37% | 0.87% | - |
| XYZ | 55.91 | 59.98 | 33.44 | - |
| YUV | 201.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 140 | 0 | 0.08 | 0.37 | 0.13 | 46.67 | 0.54 | 0.71 |
| Hex | DD | CB | 8C | 0 | 8 | 25 | D | 2F | 36 | 47 |
| Octal | 335 | 313 | 214 | 0 | 10 | 45 | 15 | 57 | 66 | 107 |
| Binary | 11011101 | 11001011 | 10001100 | 0 | 1000 | 100101 | 1101 | 101111 | 110110 | 1000111 |
Color Harmonies of #DDCB8C
Complementary color
Monochromatic Colors of #DDCB8C
Black with #DDCB8C
Text Example
Text Example
White with #DDCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB8C; }
p { color: rgb(221,203,140); }
H1.HeaderClassName
{
color: #DDCB8C;
}
.AnyTagClassName
{
color: #DDCB8C;
}
</style>
background-color css
<style>
a { background-color: #DDCB8C; }
a { background-color: rgb(221,203,140); }
div.DivClassName
{
background-color: #DDCB8C;
}
.BgClassName
{
background-color: #DDCB8C;
}
</style>
border-color css
<style>
span { border-color: #DDCB8C; }
span { border-color: rgb(221,203,140); }
td.TdClassName
{
border-color: #DDCB8C;
}
.TagClassName
{
border-color: #DDCB8C;
}
</style>