Shades of Sandwisp #DCCE80
Tints of Sandwisp #DCCE80
RGB
CMYK
RGB Variations
Color information
#DCCE80 (or 0xDCCE80) is known color: Sandwisp. HEX triplet: DC, CE and 80. RGB value is (220,206,128). Sum of RGB (Red+Green+Blue) = 220+206+128=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE80 is #23317F. Grayscale: #C9C9C9. Windows color (decimal): -2306432 or 8441564. OLE color: 8441564.
HSL color Cylindrical-coordinate representation of color #DCCE80: hue angle of 50.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCCE80 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 128 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.14 |
| HSL | 50.87º | 0.57% | 0.68% | - |
| HSV(B) | 50.87º | 0.42% | 0.86% | - |
| XYZ | 55.48 | 60.92 | 29.26 | - |
| YUV | 201.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 128 | 0 | 0.06 | 0.42 | 0.14 | 50.87 | 0.57 | 0.68 |
| Hex | DC | CE | 80 | 0 | 6 | 2A | E | 33 | 39 | 44 |
| Octal | 334 | 316 | 200 | 0 | 6 | 52 | 16 | 63 | 71 | 104 |
| Binary | 11011100 | 11001110 | 10000000 | 0 | 110 | 101010 | 1110 | 110011 | 111001 | 1000100 |
Color Harmonies of #DCCE80
Complementary color
Monochromatic Colors of #DCCE80
Black with #DCCE80
Text Example
Text Example
White with #DCCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE80; }
p { color: rgb(220,206,128); }
H1.HeaderClassName
{
color: #DCCE80;
}
.AnyTagClassName
{
color: #DCCE80;
}
</style>
background-color css
<style>
a { background-color: #DCCE80; }
a { background-color: rgb(220,206,128); }
div.DivClassName
{
background-color: #DCCE80;
}
.BgClassName
{
background-color: #DCCE80;
}
</style>
border-color css
<style>
span { border-color: #DCCE80; }
span { border-color: rgb(220,206,128); }
td.TdClassName
{
border-color: #DCCE80;
}
.TagClassName
{
border-color: #DCCE80;
}
</style>