Shades of Sandwisp #DDCD7F
Tints of Sandwisp #DDCD7F
RGB
CMYK
RGB Variations
Color information
#DDCD7F (or 0xDDCD7F) is known color: Sandwisp. HEX triplet: DD, CD and 7F. RGB value is (221,205,127). Sum of RGB (Red+Green+Blue) = 221+205+127=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD7F is #223280. Grayscale: #C9C9C9. Windows color (decimal): -2241153 or 8375773. OLE color: 8375773.
HSL color Cylindrical-coordinate representation of color #DDCD7F: hue angle of 49.79º 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 #DDCD7F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 127 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.13 |
| HSL | 49.79º | 0.58% | 0.68% | - |
| HSV(B) | 49.79º | 0.43% | 0.87% | - |
| XYZ | 55.48 | 60.57 | 28.85 | - |
| YUV | 200.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 127 | 0 | 0.07 | 0.43 | 0.13 | 49.79 | 0.58 | 0.68 |
| Hex | DD | CD | 7F | 0 | 7 | 2B | D | 32 | 3A | 44 |
| Octal | 335 | 315 | 177 | 0 | 7 | 53 | 15 | 62 | 72 | 104 |
| Binary | 11011101 | 11001101 | 1111111 | 0 | 111 | 101011 | 1101 | 110010 | 111010 | 1000100 |
Color Harmonies of #DDCD7F
Complementary color
Monochromatic Colors of #DDCD7F
Black with #DDCD7F
Text Example
Text Example
White with #DDCD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD7F; }
p { color: rgb(221,205,127); }
H1.HeaderClassName
{
color: #DDCD7F;
}
.AnyTagClassName
{
color: #DDCD7F;
}
</style>
background-color css
<style>
a { background-color: #DDCD7F; }
a { background-color: rgb(221,205,127); }
div.DivClassName
{
background-color: #DDCD7F;
}
.BgClassName
{
background-color: #DDCD7F;
}
</style>
border-color css
<style>
span { border-color: #DDCD7F; }
span { border-color: rgb(221,205,127); }
td.TdClassName
{
border-color: #DDCD7F;
}
.TagClassName
{
border-color: #DDCD7F;
}
</style>