Shades of Sandwisp #DDCC7C
Tints of Sandwisp #DDCC7C
RGB
CMYK
RGB Variations
Color information
#DDCC7C (or 0xDDCC7C) is known color: Sandwisp. HEX triplet: DD, CC and 7C. RGB value is (221,204,124). Sum of RGB (Red+Green+Blue) = 221+204+124=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC7C is #223383. Grayscale: #C8C8C8. Windows color (decimal): -2241412 or 8178909. OLE color: 8178909.
HSL color Cylindrical-coordinate representation of color #DDCC7C: hue angle of 49.48º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDCC7C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 124 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.13 |
| HSL | 49.48º | 0.59% | 0.68% | - |
| HSV(B) | 49.48º | 0.44% | 0.87% | - |
| XYZ | 55.05 | 60.01 | 27.75 | - |
| YUV | 199.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 124 | 0 | 0.08 | 0.44 | 0.13 | 49.48 | 0.59 | 0.68 |
| Hex | DD | CC | 7C | 0 | 8 | 2C | D | 31 | 3B | 44 |
| Octal | 335 | 314 | 174 | 0 | 10 | 54 | 15 | 61 | 73 | 104 |
| Binary | 11011101 | 11001100 | 1111100 | 0 | 1000 | 101100 | 1101 | 110001 | 111011 | 1000100 |
Color Harmonies of #DDCC7C
Complementary color
Monochromatic Colors of #DDCC7C
Black with #DDCC7C
Text Example
Text Example
White with #DDCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC7C; }
p { color: rgb(221,204,124); }
H1.HeaderClassName
{
color: #DDCC7C;
}
.AnyTagClassName
{
color: #DDCC7C;
}
</style>
background-color css
<style>
a { background-color: #DDCC7C; }
a { background-color: rgb(221,204,124); }
div.DivClassName
{
background-color: #DDCC7C;
}
.BgClassName
{
background-color: #DDCC7C;
}
</style>
border-color css
<style>
span { border-color: #DDCC7C; }
span { border-color: rgb(221,204,124); }
td.TdClassName
{
border-color: #DDCC7C;
}
.TagClassName
{
border-color: #DDCC7C;
}
</style>