Shades of Sandwisp #DDCB80
Tints of Sandwisp #DDCB80
RGB
CMYK
RGB Variations
Color information
#DDCB80 (or 0xDDCB80) is known color: Sandwisp. HEX triplet: DD, CB and 80. RGB value is (221,203,128). Sum of RGB (Red+Green+Blue) = 221+203+128=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB80 is #22347F. Grayscale: #C8C8C8. Windows color (decimal): -2241664 or 8440797. OLE color: 8440797.
HSL color Cylindrical-coordinate representation of color #DDCB80: hue angle of 48.39º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDCB80 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 128 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.13 |
| HSL | 48.39º | 0.58% | 0.68% | - |
| HSV(B) | 48.39º | 0.42% | 0.87% | - |
| XYZ | 55.07 | 59.64 | 29.03 | - |
| YUV | 199.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 128 | 0 | 0.08 | 0.42 | 0.13 | 48.39 | 0.58 | 0.68 |
| Hex | DD | CB | 80 | 0 | 8 | 2A | D | 30 | 3A | 44 |
| Octal | 335 | 313 | 200 | 0 | 10 | 52 | 15 | 60 | 72 | 104 |
| Binary | 11011101 | 11001011 | 10000000 | 0 | 1000 | 101010 | 1101 | 110000 | 111010 | 1000100 |
Color Harmonies of #DDCB80
Complementary color
Monochromatic Colors of #DDCB80
Black with #DDCB80
Text Example
Text Example
White with #DDCB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB80; }
p { color: rgb(221,203,128); }
H1.HeaderClassName
{
color: #DDCB80;
}
.AnyTagClassName
{
color: #DDCB80;
}
</style>
background-color css
<style>
a { background-color: #DDCB80; }
a { background-color: rgb(221,203,128); }
div.DivClassName
{
background-color: #DDCB80;
}
.BgClassName
{
background-color: #DDCB80;
}
</style>
border-color css
<style>
span { border-color: #DDCB80; }
span { border-color: rgb(221,203,128); }
td.TdClassName
{
border-color: #DDCB80;
}
.TagClassName
{
border-color: #DDCB80;
}
</style>