Shades of Sandwisp #DBCC8D
Tints of Sandwisp #DBCC8D
RGB
CMYK
RGB Variations
Color information
#DBCC8D (or 0xDBCC8D) is known color: Sandwisp. HEX triplet: DB, CC and 8D. RGB value is (219,204,141). Sum of RGB (Red+Green+Blue) = 219+204+141=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC8D is #243372. Grayscale: #C9C9C9. Windows color (decimal): -2372467 or 9293019. OLE color: 9293019.
HSL color Cylindrical-coordinate representation of color #DBCC8D: hue angle of 48.46º degrees, saturation: 0.52, 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 #DBCC8D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 141 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.14 |
| HSL | 48.46º | 0.52% | 0.71% | - |
| HSV(B) | 48.46º | 0.36% | 0.86% | - |
| XYZ | 55.61 | 60.17 | 33.88 | - |
| YUV | 201.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 141 | 0 | 0.07 | 0.36 | 0.14 | 48.46 | 0.52 | 0.71 |
| Hex | DB | CC | 8D | 0 | 7 | 24 | E | 30 | 34 | 47 |
| Octal | 333 | 314 | 215 | 0 | 7 | 44 | 16 | 60 | 64 | 107 |
| Binary | 11011011 | 11001100 | 10001101 | 0 | 111 | 100100 | 1110 | 110000 | 110100 | 1000111 |
Color Harmonies of #DBCC8D
Complementary color
Monochromatic Colors of #DBCC8D
Black with #DBCC8D
Text Example
Text Example
White with #DBCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC8D; }
p { color: rgb(219,204,141); }
H1.HeaderClassName
{
color: #DBCC8D;
}
.AnyTagClassName
{
color: #DBCC8D;
}
</style>
background-color css
<style>
a { background-color: #DBCC8D; }
a { background-color: rgb(219,204,141); }
div.DivClassName
{
background-color: #DBCC8D;
}
.BgClassName
{
background-color: #DBCC8D;
}
</style>
border-color css
<style>
span { border-color: #DBCC8D; }
span { border-color: rgb(219,204,141); }
td.TdClassName
{
border-color: #DBCC8D;
}
.TagClassName
{
border-color: #DBCC8D;
}
</style>