Shades of Sandwisp #DCCB8D
Tints of Sandwisp #DCCB8D
RGB
CMYK
RGB Variations
Color information
#DCCB8D (or 0xDCCB8D) is known color: Sandwisp. HEX triplet: DC, CB and 8D. RGB value is (220,203,141). Sum of RGB (Red+Green+Blue) = 220+203+141=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB8D is #233472. Grayscale: #C9C9C9. Windows color (decimal): -2307187 or 9292764. OLE color: 9292764.
HSL color Cylindrical-coordinate representation of color #DCCB8D: hue angle of 47.09º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCCB8D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 141 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.14 |
| HSL | 47.09º | 0.53% | 0.71% | - |
| HSV(B) | 47.09º | 0.36% | 0.86% | - |
| XYZ | 55.68 | 59.85 | 33.82 | - |
| YUV | 201.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 141 | 0 | 0.08 | 0.36 | 0.14 | 47.09 | 0.53 | 0.71 |
| Hex | DC | CB | 8D | 0 | 8 | 24 | E | 2F | 35 | 47 |
| Octal | 334 | 313 | 215 | 0 | 10 | 44 | 16 | 57 | 65 | 107 |
| Binary | 11011100 | 11001011 | 10001101 | 0 | 1000 | 100100 | 1110 | 101111 | 110101 | 1000111 |
Color Harmonies of #DCCB8D
Complementary color
Monochromatic Colors of #DCCB8D
Black with #DCCB8D
Text Example
Text Example
White with #DCCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB8D; }
p { color: rgb(220,203,141); }
H1.HeaderClassName
{
color: #DCCB8D;
}
.AnyTagClassName
{
color: #DCCB8D;
}
</style>
background-color css
<style>
a { background-color: #DCCB8D; }
a { background-color: rgb(220,203,141); }
div.DivClassName
{
background-color: #DCCB8D;
}
.BgClassName
{
background-color: #DCCB8D;
}
</style>
border-color css
<style>
span { border-color: #DCCB8D; }
span { border-color: rgb(220,203,141); }
td.TdClassName
{
border-color: #DCCB8D;
}
.TagClassName
{
border-color: #DCCB8D;
}
</style>