Shades of Sandwisp #DCC882
Tints of Sandwisp #DCC882
RGB
CMYK
RGB Variations
Color information
#DCC882 (or 0xDCC882) is known color: Sandwisp. HEX triplet: DC, C8 and 82. RGB value is (220,200,130). Sum of RGB (Red+Green+Blue) = 220+200+130=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC882 is #23377D. Grayscale: #C6C6C6. Windows color (decimal): -2307966 or 8571100. OLE color: 8571100.
HSL color Cylindrical-coordinate representation of color #DCC882: hue angle of 46.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCC882 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 130 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.14 |
| HSL | 46.67º | 0.56% | 0.69% | - |
| HSV(B) | 46.67º | 0.41% | 0.86% | - |
| XYZ | 54.2 | 58.14 | 29.48 | - |
| YUV | 198 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 130 | 0 | 0.09 | 0.41 | 0.14 | 46.67 | 0.56 | 0.69 |
| Hex | DC | C8 | 82 | 0 | 9 | 29 | E | 2F | 38 | 45 |
| Octal | 334 | 310 | 202 | 0 | 11 | 51 | 16 | 57 | 70 | 105 |
| Binary | 11011100 | 11001000 | 10000010 | 0 | 1001 | 101001 | 1110 | 101111 | 111000 | 1000101 |
Color Harmonies of #DCC882
Complementary color
Monochromatic Colors of #DCC882
Black with #DCC882
Text Example
Text Example
White with #DCC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC882; }
p { color: rgb(220,200,130); }
H1.HeaderClassName
{
color: #DCC882;
}
.AnyTagClassName
{
color: #DCC882;
}
</style>
background-color css
<style>
a { background-color: #DCC882; }
a { background-color: rgb(220,200,130); }
div.DivClassName
{
background-color: #DCC882;
}
.BgClassName
{
background-color: #DCC882;
}
</style>
border-color css
<style>
span { border-color: #DCC882; }
span { border-color: rgb(220,200,130); }
td.TdClassName
{
border-color: #DCC882;
}
.TagClassName
{
border-color: #DCC882;
}
</style>