Shades of Sandwisp #DCCE8B
Tints of Sandwisp #DCCE8B
RGB
CMYK
RGB Variations
Color information
#DCCE8B (or 0xDCCE8B) is known color: Sandwisp. HEX triplet: DC, CE and 8B. RGB value is (220,206,139). Sum of RGB (Red+Green+Blue) = 220+206+139=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE8B is #233174. Grayscale: #CACACA. Windows color (decimal): -2306421 or 9162460. OLE color: 9162460.
HSL color Cylindrical-coordinate representation of color #DCCE8B: hue angle of 49.63º 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 #DCCE8B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 139 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.14 |
| HSL | 49.63º | 0.54% | 0.7% | - |
| HSV(B) | 49.63º | 0.37% | 0.86% | - |
| XYZ | 56.25 | 61.22 | 33.28 | - |
| YUV | 202.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 139 | 0 | 0.06 | 0.37 | 0.14 | 49.63 | 0.54 | 0.7 |
| Hex | DC | CE | 8B | 0 | 6 | 25 | E | 32 | 36 | 46 |
| Octal | 334 | 316 | 213 | 0 | 6 | 45 | 16 | 62 | 66 | 106 |
| Binary | 11011100 | 11001110 | 10001011 | 0 | 110 | 100101 | 1110 | 110010 | 110110 | 1000110 |
Color Harmonies of #DCCE8B
Complementary color
Monochromatic Colors of #DCCE8B
Black with #DCCE8B
Text Example
Text Example
White with #DCCE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE8B; }
p { color: rgb(220,206,139); }
H1.HeaderClassName
{
color: #DCCE8B;
}
.AnyTagClassName
{
color: #DCCE8B;
}
</style>
background-color css
<style>
a { background-color: #DCCE8B; }
a { background-color: rgb(220,206,139); }
div.DivClassName
{
background-color: #DCCE8B;
}
.BgClassName
{
background-color: #DCCE8B;
}
</style>
border-color css
<style>
span { border-color: #DCCE8B; }
span { border-color: rgb(220,206,139); }
td.TdClassName
{
border-color: #DCCE8B;
}
.TagClassName
{
border-color: #DCCE8B;
}
</style>