Shades of Sandwisp #DDCF84
Tints of Sandwisp #DDCF84
RGB
CMYK
RGB Variations
Color information
#DDCF84 (or 0xDDCF84) is known color: Sandwisp. HEX triplet: DD, CF and 84. RGB value is (221,207,132). Sum of RGB (Red+Green+Blue) = 221+207+132=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF84 is #22307B. Grayscale: #CACACA. Windows color (decimal): -2240636 or 8703965. OLE color: 8703965.
HSL color Cylindrical-coordinate representation of color #DDCF84: hue angle of 50.56º 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 #DDCF84 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 132 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.13 |
| HSL | 50.56º | 0.57% | 0.69% | - |
| HSV(B) | 50.56º | 0.4% | 0.87% | - |
| XYZ | 56.3 | 61.66 | 30.76 | - |
| YUV | 202.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 132 | 0 | 0.06 | 0.40 | 0.13 | 50.56 | 0.57 | 0.69 |
| Hex | DD | CF | 84 | 0 | 6 | 28 | D | 33 | 39 | 45 |
| Octal | 335 | 317 | 204 | 0 | 6 | 50 | 15 | 63 | 71 | 105 |
| Binary | 11011101 | 11001111 | 10000100 | 0 | 110 | 101000 | 1101 | 110011 | 111001 | 1000101 |
Color Harmonies of #DDCF84
Complementary color
Monochromatic Colors of #DDCF84
Black with #DDCF84
Text Example
Text Example
White with #DDCF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF84; }
p { color: rgb(221,207,132); }
H1.HeaderClassName
{
color: #DDCF84;
}
.AnyTagClassName
{
color: #DDCF84;
}
</style>
background-color css
<style>
a { background-color: #DDCF84; }
a { background-color: rgb(221,207,132); }
div.DivClassName
{
background-color: #DDCF84;
}
.BgClassName
{
background-color: #DDCF84;
}
</style>
border-color css
<style>
span { border-color: #DDCF84; }
span { border-color: rgb(221,207,132); }
td.TdClassName
{
border-color: #DDCF84;
}
.TagClassName
{
border-color: #DDCF84;
}
</style>