Shades of Sandwisp #DCCE8A
Tints of Sandwisp #DCCE8A
RGB
CMYK
RGB Variations
Color information
#DCCE8A (or 0xDCCE8A) is known color: Sandwisp. HEX triplet: DC, CE and 8A. RGB value is (220,206,138). Sum of RGB (Red+Green+Blue) = 220+206+138=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE8A is #233175. Grayscale: #CACACA. Windows color (decimal): -2306422 or 9096924. OLE color: 9096924.
HSL color Cylindrical-coordinate representation of color #DCCE8A: hue angle of 49.76º 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 #DCCE8A is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 138 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.14 |
| HSL | 49.76º | 0.54% | 0.7% | - |
| HSV(B) | 49.76º | 0.37% | 0.86% | - |
| XYZ | 56.17 | 61.19 | 32.9 | - |
| YUV | 202.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 138 | 0 | 0.06 | 0.37 | 0.14 | 49.76 | 0.54 | 0.7 |
| Hex | DC | CE | 8A | 0 | 6 | 25 | E | 32 | 36 | 46 |
| Octal | 334 | 316 | 212 | 0 | 6 | 45 | 16 | 62 | 66 | 106 |
| Binary | 11011100 | 11001110 | 10001010 | 0 | 110 | 100101 | 1110 | 110010 | 110110 | 1000110 |
Color Harmonies of #DCCE8A
Complementary color
Monochromatic Colors of #DCCE8A
Black with #DCCE8A
Text Example
Text Example
White with #DCCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE8A; }
p { color: rgb(220,206,138); }
H1.HeaderClassName
{
color: #DCCE8A;
}
.AnyTagClassName
{
color: #DCCE8A;
}
</style>
background-color css
<style>
a { background-color: #DCCE8A; }
a { background-color: rgb(220,206,138); }
div.DivClassName
{
background-color: #DCCE8A;
}
.BgClassName
{
background-color: #DCCE8A;
}
</style>
border-color css
<style>
span { border-color: #DCCE8A; }
span { border-color: rgb(220,206,138); }
td.TdClassName
{
border-color: #DCCE8A;
}
.TagClassName
{
border-color: #DCCE8A;
}
</style>