Shades of Sandwisp #DDCC7B
Tints of Sandwisp #DDCC7B
RGB
CMYK
RGB Variations
Color information
#DDCC7B (or 0xDDCC7B) is known color: Sandwisp. HEX triplet: DD, CC and 7B. RGB value is (221,204,123). Sum of RGB (Red+Green+Blue) = 221+204+123=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC7B is #223384. Grayscale: #C8C8C8. Windows color (decimal): -2241413 or 8113373. OLE color: 8113373.
HSL color Cylindrical-coordinate representation of color #DDCC7B: hue angle of 49.59º 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 #DDCC7B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 123 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.13 |
| HSL | 49.59º | 0.59% | 0.67% | - |
| HSV(B) | 49.59º | 0.44% | 0.87% | - |
| XYZ | 54.99 | 59.99 | 27.42 | - |
| YUV | 199.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 123 | 0 | 0.08 | 0.44 | 0.13 | 49.59 | 0.59 | 0.67 |
| Hex | DD | CC | 7B | 0 | 8 | 2C | D | 32 | 3B | 43 |
| Octal | 335 | 314 | 173 | 0 | 10 | 54 | 15 | 62 | 73 | 103 |
| Binary | 11011101 | 11001100 | 1111011 | 0 | 1000 | 101100 | 1101 | 110010 | 111011 | 1000011 |
Color Harmonies of #DDCC7B
Complementary color
Monochromatic Colors of #DDCC7B
Black with #DDCC7B
Text Example
Text Example
White with #DDCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC7B; }
p { color: rgb(221,204,123); }
H1.HeaderClassName
{
color: #DDCC7B;
}
.AnyTagClassName
{
color: #DDCC7B;
}
</style>
background-color css
<style>
a { background-color: #DDCC7B; }
a { background-color: rgb(221,204,123); }
div.DivClassName
{
background-color: #DDCC7B;
}
.BgClassName
{
background-color: #DDCC7B;
}
</style>
border-color css
<style>
span { border-color: #DDCC7B; }
span { border-color: rgb(221,204,123); }
td.TdClassName
{
border-color: #DDCC7B;
}
.TagClassName
{
border-color: #DDCC7B;
}
</style>