Shades of Sandwisp #DDCC8B
Tints of Sandwisp #DDCC8B
RGB
CMYK
RGB Variations
Color information
#DDCC8B (or 0xDDCC8B) is known color: Sandwisp. HEX triplet: DD, CC and 8B. RGB value is (221,204,139). Sum of RGB (Red+Green+Blue) = 221+204+139=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC8B is #223374. Grayscale: #C9C9C9. Windows color (decimal): -2241397 or 9161949. OLE color: 9161949.
HSL color Cylindrical-coordinate representation of color #DDCC8B: hue angle of 47.56º 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 #DDCC8B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 139 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.13 |
| HSL | 47.56º | 0.55% | 0.71% | - |
| HSV(B) | 47.56º | 0.37% | 0.87% | - |
| XYZ | 56.07 | 60.42 | 33.13 | - |
| YUV | 201.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 139 | 0 | 0.08 | 0.37 | 0.13 | 47.56 | 0.55 | 0.71 |
| Hex | DD | CC | 8B | 0 | 8 | 25 | D | 30 | 37 | 47 |
| Octal | 335 | 314 | 213 | 0 | 10 | 45 | 15 | 60 | 67 | 107 |
| Binary | 11011101 | 11001100 | 10001011 | 0 | 1000 | 100101 | 1101 | 110000 | 110111 | 1000111 |
Color Harmonies of #DDCC8B
Complementary color
Monochromatic Colors of #DDCC8B
Black with #DDCC8B
Text Example
Text Example
White with #DDCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC8B; }
p { color: rgb(221,204,139); }
H1.HeaderClassName
{
color: #DDCC8B;
}
.AnyTagClassName
{
color: #DDCC8B;
}
</style>
background-color css
<style>
a { background-color: #DDCC8B; }
a { background-color: rgb(221,204,139); }
div.DivClassName
{
background-color: #DDCC8B;
}
.BgClassName
{
background-color: #DDCC8B;
}
</style>
border-color css
<style>
span { border-color: #DDCC8B; }
span { border-color: rgb(221,204,139); }
td.TdClassName
{
border-color: #DDCC8B;
}
.TagClassName
{
border-color: #DDCC8B;
}
</style>