Shades of Sandwisp #DDCC85
Tints of Sandwisp #DDCC85
RGB
CMYK
RGB Variations
Color information
#DDCC85 (or 0xDDCC85) is known color: Sandwisp. HEX triplet: DD, CC and 85. RGB value is (221,204,133). Sum of RGB (Red+Green+Blue) = 221+204+133=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC85 is #22337A. Grayscale: #C9C9C9. Windows color (decimal): -2241403 or 8768733. OLE color: 8768733.
HSL color Cylindrical-coordinate representation of color #DDCC85: hue angle of 48.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDCC85 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 133 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.13 |
| HSL | 48.41º | 0.56% | 0.69% | - |
| HSV(B) | 48.41º | 0.4% | 0.87% | - |
| XYZ | 55.65 | 60.25 | 30.89 | - |
| YUV | 200.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 133 | 0 | 0.08 | 0.40 | 0.13 | 48.41 | 0.56 | 0.69 |
| Hex | DD | CC | 85 | 0 | 8 | 28 | D | 30 | 38 | 45 |
| Octal | 335 | 314 | 205 | 0 | 10 | 50 | 15 | 60 | 70 | 105 |
| Binary | 11011101 | 11001100 | 10000101 | 0 | 1000 | 101000 | 1101 | 110000 | 111000 | 1000101 |
Color Harmonies of #DDCC85
Complementary color
Monochromatic Colors of #DDCC85
Black with #DDCC85
Text Example
Text Example
White with #DDCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC85; }
p { color: rgb(221,204,133); }
H1.HeaderClassName
{
color: #DDCC85;
}
.AnyTagClassName
{
color: #DDCC85;
}
</style>
background-color css
<style>
a { background-color: #DDCC85; }
a { background-color: rgb(221,204,133); }
div.DivClassName
{
background-color: #DDCC85;
}
.BgClassName
{
background-color: #DDCC85;
}
</style>
border-color css
<style>
span { border-color: #DDCC85; }
span { border-color: rgb(221,204,133); }
td.TdClassName
{
border-color: #DDCC85;
}
.TagClassName
{
border-color: #DDCC85;
}
</style>