Shades of Sandwisp #DDCD83
Tints of Sandwisp #DDCD83
RGB
CMYK
RGB Variations
Color information
#DDCD83 (or 0xDDCD83) is known color: Sandwisp. HEX triplet: DD, CD and 83. RGB value is (221,205,131). Sum of RGB (Red+Green+Blue) = 221+205+131=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD83 is #22327C. Grayscale: #C9C9C9. Windows color (decimal): -2241149 or 8637917. OLE color: 8637917.
HSL color Cylindrical-coordinate representation of color #DDCD83: hue angle of 49.33º 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 #DDCD83 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 131 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.13 |
| HSL | 49.33º | 0.57% | 0.69% | - |
| HSV(B) | 49.33º | 0.41% | 0.87% | - |
| XYZ | 55.75 | 60.67 | 30.25 | - |
| YUV | 201.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 131 | 0 | 0.07 | 0.41 | 0.13 | 49.33 | 0.57 | 0.69 |
| Hex | DD | CD | 83 | 0 | 7 | 29 | D | 31 | 39 | 45 |
| Octal | 335 | 315 | 203 | 0 | 7 | 51 | 15 | 61 | 71 | 105 |
| Binary | 11011101 | 11001101 | 10000011 | 0 | 111 | 101001 | 1101 | 110001 | 111001 | 1000101 |
Color Harmonies of #DDCD83
Complementary color
Monochromatic Colors of #DDCD83
Black with #DDCD83
Text Example
Text Example
White with #DDCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD83; }
p { color: rgb(221,205,131); }
H1.HeaderClassName
{
color: #DDCD83;
}
.AnyTagClassName
{
color: #DDCD83;
}
</style>
background-color css
<style>
a { background-color: #DDCD83; }
a { background-color: rgb(221,205,131); }
div.DivClassName
{
background-color: #DDCD83;
}
.BgClassName
{
background-color: #DDCD83;
}
</style>
border-color css
<style>
span { border-color: #DDCD83; }
span { border-color: rgb(221,205,131); }
td.TdClassName
{
border-color: #DDCD83;
}
.TagClassName
{
border-color: #DDCD83;
}
</style>