Shades of Sandwisp #DCCE84
Tints of Sandwisp #DCCE84
RGB
CMYK
RGB Variations
Color information
#DCCE84 (or 0xDCCE84) is known color: Sandwisp. HEX triplet: DC, CE and 84. RGB value is (220,206,132). Sum of RGB (Red+Green+Blue) = 220+206+132=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE84 is #23317B. Grayscale: #CACACA. Windows color (decimal): -2306428 or 8703708. OLE color: 8703708.
HSL color Cylindrical-coordinate representation of color #DCCE84: hue angle of 50.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCCE84 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 132 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.14 |
| HSL | 50.45º | 0.56% | 0.69% | - |
| HSV(B) | 50.45º | 0.4% | 0.86% | - |
| XYZ | 55.75 | 61.02 | 30.67 | - |
| YUV | 201.75 | 88.64 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 132 | 0 | 0.06 | 0.40 | 0.14 | 50.45 | 0.56 | 0.69 |
| Hex | DC | CE | 84 | 0 | 6 | 28 | E | 32 | 38 | 45 |
| Octal | 334 | 316 | 204 | 0 | 6 | 50 | 16 | 62 | 70 | 105 |
| Binary | 11011100 | 11001110 | 10000100 | 0 | 110 | 101000 | 1110 | 110010 | 111000 | 1000101 |
Color Harmonies of #DCCE84
Complementary color
Monochromatic Colors of #DCCE84
Black with #DCCE84
Text Example
Text Example
White with #DCCE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE84; }
p { color: rgb(220,206,132); }
H1.HeaderClassName
{
color: #DCCE84;
}
.AnyTagClassName
{
color: #DCCE84;
}
</style>
background-color css
<style>
a { background-color: #DCCE84; }
a { background-color: rgb(220,206,132); }
div.DivClassName
{
background-color: #DCCE84;
}
.BgClassName
{
background-color: #DCCE84;
}
</style>
border-color css
<style>
span { border-color: #DCCE84; }
span { border-color: rgb(220,206,132); }
td.TdClassName
{
border-color: #DCCE84;
}
.TagClassName
{
border-color: #DCCE84;
}
</style>