Shades of Sandwisp #DDCB83
Tints of Sandwisp #DDCB83
RGB
CMYK
RGB Variations
Color information
#DDCB83 (or 0xDDCB83) is known color: Sandwisp. HEX triplet: DD, CB and 83. RGB value is (221,203,131). Sum of RGB (Red+Green+Blue) = 221+203+131=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB83 is #22347C. Grayscale: #C8C8C8. Windows color (decimal): -2241661 or 8637405. OLE color: 8637405.
HSL color Cylindrical-coordinate representation of color #DDCB83: hue angle of 48º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDCB83 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 131 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.13 |
| HSL | 48º | 0.57% | 0.69% | - |
| HSV(B) | 48º | 0.41% | 0.87% | - |
| XYZ | 55.27 | 59.72 | 30.09 | - |
| YUV | 200.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 131 | 0 | 0.08 | 0.41 | 0.13 | 48 | 0.57 | 0.69 |
| Hex | DD | CB | 83 | 0 | 8 | 29 | D | 30 | 39 | 45 |
| Octal | 335 | 313 | 203 | 0 | 10 | 51 | 15 | 60 | 71 | 105 |
| Binary | 11011101 | 11001011 | 10000011 | 0 | 1000 | 101001 | 1101 | 110000 | 111001 | 1000101 |
Color Harmonies of #DDCB83
Complementary color
Monochromatic Colors of #DDCB83
Black with #DDCB83
Text Example
Text Example
White with #DDCB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB83; }
p { color: rgb(221,203,131); }
H1.HeaderClassName
{
color: #DDCB83;
}
.AnyTagClassName
{
color: #DDCB83;
}
</style>
background-color css
<style>
a { background-color: #DDCB83; }
a { background-color: rgb(221,203,131); }
div.DivClassName
{
background-color: #DDCB83;
}
.BgClassName
{
background-color: #DDCB83;
}
</style>
border-color css
<style>
span { border-color: #DDCB83; }
span { border-color: rgb(221,203,131); }
td.TdClassName
{
border-color: #DDCB83;
}
.TagClassName
{
border-color: #DDCB83;
}
</style>