Shades of Sandwisp #DDCB7E
Tints of Sandwisp #DDCB7E
RGB
CMYK
RGB Variations
Color information
#DDCB7E (or 0xDDCB7E) is known color: Sandwisp. HEX triplet: DD, CB and 7E. RGB value is (221,203,126). Sum of RGB (Red+Green+Blue) = 221+203+126=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB7E is #223481. Grayscale: #C7C7C7. Windows color (decimal): -2241666 or 8309725. OLE color: 8309725.
HSL color Cylindrical-coordinate representation of color #DDCB7E: hue angle of 48.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDCB7E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 126 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.13 |
| HSL | 48.63º | 0.58% | 0.68% | - |
| HSV(B) | 48.63º | 0.43% | 0.87% | - |
| XYZ | 54.94 | 59.59 | 28.35 | - |
| YUV | 199.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 126 | 0 | 0.08 | 0.43 | 0.13 | 48.63 | 0.58 | 0.68 |
| Hex | DD | CB | 7E | 0 | 8 | 2B | D | 31 | 3A | 44 |
| Octal | 335 | 313 | 176 | 0 | 10 | 53 | 15 | 61 | 72 | 104 |
| Binary | 11011101 | 11001011 | 1111110 | 0 | 1000 | 101011 | 1101 | 110001 | 111010 | 1000100 |
Color Harmonies of #DDCB7E
Complementary color
Monochromatic Colors of #DDCB7E
Black with #DDCB7E
Text Example
Text Example
White with #DDCB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB7E; }
p { color: rgb(221,203,126); }
H1.HeaderClassName
{
color: #DDCB7E;
}
.AnyTagClassName
{
color: #DDCB7E;
}
</style>
background-color css
<style>
a { background-color: #DDCB7E; }
a { background-color: rgb(221,203,126); }
div.DivClassName
{
background-color: #DDCB7E;
}
.BgClassName
{
background-color: #DDCB7E;
}
</style>
border-color css
<style>
span { border-color: #DDCB7E; }
span { border-color: rgb(221,203,126); }
td.TdClassName
{
border-color: #DDCB7E;
}
.TagClassName
{
border-color: #DDCB7E;
}
</style>