Shades of Sandwisp #DDCD7B
Tints of Sandwisp #DDCD7B
RGB
CMYK
RGB Variations
Color information
#DDCD7B (or 0xDDCD7B) is known color: Sandwisp. HEX triplet: DD, CD and 7B. RGB value is (221,205,123). Sum of RGB (Red+Green+Blue) = 221+205+123=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 123 (48.44% from 255 or 22.40% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD7B is #223284. Grayscale: #C8C8C8. Windows color (decimal): -2241157 or 8113629. OLE color: 8113629.
HSL color Cylindrical-coordinate representation of color #DDCD7B: hue angle of 50.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDCD7B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 123 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.13 |
| HSL | 50.2º | 0.59% | 0.67% | - |
| HSV(B) | 50.2º | 0.44% | 0.87% | - |
| XYZ | 55.23 | 60.46 | 27.5 | - |
| YUV | 200.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 123 | 0 | 0.07 | 0.44 | 0.13 | 50.2 | 0.59 | 0.67 |
| Hex | DD | CD | 7B | 0 | 7 | 2C | D | 32 | 3B | 43 |
| Octal | 335 | 315 | 173 | 0 | 7 | 54 | 15 | 62 | 73 | 103 |
| Binary | 11011101 | 11001101 | 1111011 | 0 | 111 | 101100 | 1101 | 110010 | 111011 | 1000011 |
Color Harmonies of #DDCD7B
Complementary color
Monochromatic Colors of #DDCD7B
Black with #DDCD7B
Text Example
Text Example
White with #DDCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD7B; }
p { color: rgb(221,205,123); }
H1.HeaderClassName
{
color: #DDCD7B;
}
.AnyTagClassName
{
color: #DDCD7B;
}
</style>
background-color css
<style>
a { background-color: #DDCD7B; }
a { background-color: rgb(221,205,123); }
div.DivClassName
{
background-color: #DDCD7B;
}
.BgClassName
{
background-color: #DDCD7B;
}
</style>
border-color css
<style>
span { border-color: #DDCD7B; }
span { border-color: rgb(221,205,123); }
td.TdClassName
{
border-color: #DDCD7B;
}
.TagClassName
{
border-color: #DDCD7B;
}
</style>