Shades of Sandwisp #DCCF8B
Tints of Sandwisp #DCCF8B
RGB
CMYK
RGB Variations
Color information
#DCCF8B (or 0xDCCF8B) is known color: Sandwisp. HEX triplet: DC, CF and 8B. RGB value is (220,207,139). Sum of RGB (Red+Green+Blue) = 220+207+139=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF8B is #233074. Grayscale: #CBCBCB. Windows color (decimal): -2306165 or 9162716. OLE color: 9162716.
HSL color Cylindrical-coordinate representation of color #DCCF8B: hue angle of 50.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCCF8B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 139 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.14 |
| HSL | 50.37º | 0.54% | 0.7% | - |
| HSV(B) | 50.37º | 0.37% | 0.86% | - |
| XYZ | 56.49 | 61.71 | 33.36 | - |
| YUV | 203.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 139 | 0 | 0.06 | 0.37 | 0.14 | 50.37 | 0.54 | 0.7 |
| Hex | DC | CF | 8B | 0 | 6 | 25 | E | 32 | 36 | 46 |
| Octal | 334 | 317 | 213 | 0 | 6 | 45 | 16 | 62 | 66 | 106 |
| Binary | 11011100 | 11001111 | 10001011 | 0 | 110 | 100101 | 1110 | 110010 | 110110 | 1000110 |
Color Harmonies of #DCCF8B
Complementary color
Monochromatic Colors of #DCCF8B
Black with #DCCF8B
Text Example
Text Example
White with #DCCF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF8B; }
p { color: rgb(220,207,139); }
H1.HeaderClassName
{
color: #DCCF8B;
}
.AnyTagClassName
{
color: #DCCF8B;
}
</style>
background-color css
<style>
a { background-color: #DCCF8B; }
a { background-color: rgb(220,207,139); }
div.DivClassName
{
background-color: #DCCF8B;
}
.BgClassName
{
background-color: #DCCF8B;
}
</style>
border-color css
<style>
span { border-color: #DCCF8B; }
span { border-color: rgb(220,207,139); }
td.TdClassName
{
border-color: #DCCF8B;
}
.TagClassName
{
border-color: #DCCF8B;
}
</style>