Shades of Sandwisp #DDCE8B
Tints of Sandwisp #DDCE8B
RGB
CMYK
RGB Variations
Color information
#DDCE8B (or 0xDDCE8B) is known color: Sandwisp. HEX triplet: DD, CE and 8B. RGB value is (221,206,139). Sum of RGB (Red+Green+Blue) = 221+206+139=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE8B is #223174. Grayscale: #CBCBCB. Windows color (decimal): -2240885 or 9162461. OLE color: 9162461.
HSL color Cylindrical-coordinate representation of color #DDCE8B: hue angle of 49.02º degrees, saturation: 0.55, 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 #DDCE8B is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 139 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.13 |
| HSL | 49.02º | 0.55% | 0.71% | - |
| HSV(B) | 49.02º | 0.37% | 0.87% | - |
| XYZ | 56.55 | 61.38 | 33.29 | - |
| YUV | 202.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 139 | 0 | 0.07 | 0.37 | 0.13 | 49.02 | 0.55 | 0.71 |
| Hex | DD | CE | 8B | 0 | 7 | 25 | D | 31 | 37 | 47 |
| Octal | 335 | 316 | 213 | 0 | 7 | 45 | 15 | 61 | 67 | 107 |
| Binary | 11011101 | 11001110 | 10001011 | 0 | 111 | 100101 | 1101 | 110001 | 110111 | 1000111 |
Color Harmonies of #DDCE8B
Complementary color
Monochromatic Colors of #DDCE8B
Black with #DDCE8B
Text Example
Text Example
White with #DDCE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE8B; }
p { color: rgb(221,206,139); }
H1.HeaderClassName
{
color: #DDCE8B;
}
.AnyTagClassName
{
color: #DDCE8B;
}
</style>
background-color css
<style>
a { background-color: #DDCE8B; }
a { background-color: rgb(221,206,139); }
div.DivClassName
{
background-color: #DDCE8B;
}
.BgClassName
{
background-color: #DDCE8B;
}
</style>
border-color css
<style>
span { border-color: #DDCE8B; }
span { border-color: rgb(221,206,139); }
td.TdClassName
{
border-color: #DDCE8B;
}
.TagClassName
{
border-color: #DDCE8B;
}
</style>