Shades of Sandwisp #DDCD8A
Tints of Sandwisp #DDCD8A
RGB
CMYK
RGB Variations
Color information
#DDCD8A (or 0xDDCD8A) is known color: Sandwisp. HEX triplet: DD, CD and 8A. RGB value is (221,205,138). Sum of RGB (Red+Green+Blue) = 221+205+138=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD8A is #223275. Grayscale: #CACACA. Windows color (decimal): -2241142 or 9096669. OLE color: 9096669.
HSL color Cylindrical-coordinate representation of color #DDCD8A: hue angle of 48.43º 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 #DDCD8A is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 138 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.13 |
| HSL | 48.43º | 0.55% | 0.7% | - |
| HSV(B) | 48.43º | 0.38% | 0.87% | - |
| XYZ | 56.24 | 60.87 | 32.83 | - |
| YUV | 202.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 138 | 0 | 0.07 | 0.38 | 0.13 | 48.43 | 0.55 | 0.7 |
| Hex | DD | CD | 8A | 0 | 7 | 26 | D | 30 | 37 | 46 |
| Octal | 335 | 315 | 212 | 0 | 7 | 46 | 15 | 60 | 67 | 106 |
| Binary | 11011101 | 11001101 | 10001010 | 0 | 111 | 100110 | 1101 | 110000 | 110111 | 1000110 |
Color Harmonies of #DDCD8A
Complementary color
Monochromatic Colors of #DDCD8A
Black with #DDCD8A
Text Example
Text Example
White with #DDCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD8A; }
p { color: rgb(221,205,138); }
H1.HeaderClassName
{
color: #DDCD8A;
}
.AnyTagClassName
{
color: #DDCD8A;
}
</style>
background-color css
<style>
a { background-color: #DDCD8A; }
a { background-color: rgb(221,205,138); }
div.DivClassName
{
background-color: #DDCD8A;
}
.BgClassName
{
background-color: #DDCD8A;
}
</style>
border-color css
<style>
span { border-color: #DDCD8A; }
span { border-color: rgb(221,205,138); }
td.TdClassName
{
border-color: #DDCD8A;
}
.TagClassName
{
border-color: #DDCD8A;
}
</style>