Shades of Sandwisp #DDCC84
Tints of Sandwisp #DDCC84
RGB
CMYK
RGB Variations
Color information
#DDCC84 (or 0xDDCC84) is known color: Sandwisp. HEX triplet: DD, CC and 84. RGB value is (221,204,132). Sum of RGB (Red+Green+Blue) = 221+204+132=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC84 is #22337B. Grayscale: #C9C9C9. Windows color (decimal): -2241404 or 8703197. OLE color: 8703197.
HSL color Cylindrical-coordinate representation of color #DDCC84: hue angle of 48.54º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDCC84 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 132 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.13 |
| HSL | 48.54º | 0.57% | 0.69% | - |
| HSV(B) | 48.54º | 0.4% | 0.87% | - |
| XYZ | 55.58 | 60.22 | 30.52 | - |
| YUV | 200.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 132 | 0 | 0.08 | 0.40 | 0.13 | 48.54 | 0.57 | 0.69 |
| Hex | DD | CC | 84 | 0 | 8 | 28 | D | 31 | 39 | 45 |
| Octal | 335 | 314 | 204 | 0 | 10 | 50 | 15 | 61 | 71 | 105 |
| Binary | 11011101 | 11001100 | 10000100 | 0 | 1000 | 101000 | 1101 | 110001 | 111001 | 1000101 |
Color Harmonies of #DDCC84
Complementary color
Monochromatic Colors of #DDCC84
Black with #DDCC84
Text Example
Text Example
White with #DDCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC84; }
p { color: rgb(221,204,132); }
H1.HeaderClassName
{
color: #DDCC84;
}
.AnyTagClassName
{
color: #DDCC84;
}
</style>
background-color css
<style>
a { background-color: #DDCC84; }
a { background-color: rgb(221,204,132); }
div.DivClassName
{
background-color: #DDCC84;
}
.BgClassName
{
background-color: #DDCC84;
}
</style>
border-color css
<style>
span { border-color: #DDCC84; }
span { border-color: rgb(221,204,132); }
td.TdClassName
{
border-color: #DDCC84;
}
.TagClassName
{
border-color: #DDCC84;
}
</style>