Shades of Sandwisp #DDCE8A
Tints of Sandwisp #DDCE8A
RGB
CMYK
RGB Variations
Color information
#DDCE8A (or 0xDDCE8A) is known color: Sandwisp. HEX triplet: DD, CE and 8A. RGB value is (221,206,138). Sum of RGB (Red+Green+Blue) = 221+206+138=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE8A is #223175. Grayscale: #CBCBCB. Windows color (decimal): -2240886 or 9096925. OLE color: 9096925.
HSL color Cylindrical-coordinate representation of color #DDCE8A: hue angle of 49.16º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDCE8A is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 138 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.13 |
| HSL | 49.16º | 0.55% | 0.7% | - |
| HSV(B) | 49.16º | 0.38% | 0.87% | - |
| XYZ | 56.48 | 61.35 | 32.91 | - |
| YUV | 202.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 138 | 0 | 0.07 | 0.38 | 0.13 | 49.16 | 0.55 | 0.7 |
| Hex | DD | CE | 8A | 0 | 7 | 26 | D | 31 | 37 | 46 |
| Octal | 335 | 316 | 212 | 0 | 7 | 46 | 15 | 61 | 67 | 106 |
| Binary | 11011101 | 11001110 | 10001010 | 0 | 111 | 100110 | 1101 | 110001 | 110111 | 1000110 |
Color Harmonies of #DDCE8A
Complementary color
Monochromatic Colors of #DDCE8A
Black with #DDCE8A
Text Example
Text Example
White with #DDCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE8A; }
p { color: rgb(221,206,138); }
H1.HeaderClassName
{
color: #DDCE8A;
}
.AnyTagClassName
{
color: #DDCE8A;
}
</style>
background-color css
<style>
a { background-color: #DDCE8A; }
a { background-color: rgb(221,206,138); }
div.DivClassName
{
background-color: #DDCE8A;
}
.BgClassName
{
background-color: #DDCE8A;
}
</style>
border-color css
<style>
span { border-color: #DDCE8A; }
span { border-color: rgb(221,206,138); }
td.TdClassName
{
border-color: #DDCE8A;
}
.TagClassName
{
border-color: #DDCE8A;
}
</style>