Shades of Sandwisp #DCCF88
Tints of Sandwisp #DCCF88
RGB
CMYK
RGB Variations
Color information
#DCCF88 (or 0xDCCF88) is known color: Sandwisp. HEX triplet: DC, CF and 88. RGB value is (220,207,136). Sum of RGB (Red+Green+Blue) = 220+207+136=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF88 is #233077. Grayscale: #CBCBCB. Windows color (decimal): -2306168 or 8966108. OLE color: 8966108.
HSL color Cylindrical-coordinate representation of color #DCCF88: hue angle of 50.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCCF88 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 136 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.14 |
| HSL | 50.71º | 0.55% | 0.7% | - |
| HSV(B) | 50.71º | 0.38% | 0.86% | - |
| XYZ | 56.27 | 61.62 | 32.22 | - |
| YUV | 202.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 136 | 0 | 0.06 | 0.38 | 0.14 | 50.71 | 0.55 | 0.7 |
| Hex | DC | CF | 88 | 0 | 6 | 26 | E | 33 | 37 | 46 |
| Octal | 334 | 317 | 210 | 0 | 6 | 46 | 16 | 63 | 67 | 106 |
| Binary | 11011100 | 11001111 | 10001000 | 0 | 110 | 100110 | 1110 | 110011 | 110111 | 1000110 |
Color Harmonies of #DCCF88
Complementary color
Monochromatic Colors of #DCCF88
Black with #DCCF88
Text Example
Text Example
White with #DCCF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF88; }
p { color: rgb(220,207,136); }
H1.HeaderClassName
{
color: #DCCF88;
}
.AnyTagClassName
{
color: #DCCF88;
}
</style>
background-color css
<style>
a { background-color: #DCCF88; }
a { background-color: rgb(220,207,136); }
div.DivClassName
{
background-color: #DCCF88;
}
.BgClassName
{
background-color: #DCCF88;
}
</style>
border-color css
<style>
span { border-color: #DCCF88; }
span { border-color: rgb(220,207,136); }
td.TdClassName
{
border-color: #DCCF88;
}
.TagClassName
{
border-color: #DCCF88;
}
</style>