Shades of Sandwisp #DBCC8C
Tints of Sandwisp #DBCC8C
RGB
CMYK
RGB Variations
Color information
#DBCC8C (or 0xDBCC8C) is known color: Sandwisp. HEX triplet: DB, CC and 8C. RGB value is (219,204,140). Sum of RGB (Red+Green+Blue) = 219+204+140=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC8C is #243373. Grayscale: #C9C9C9. Windows color (decimal): -2372468 or 9227483. OLE color: 9227483.
HSL color Cylindrical-coordinate representation of color #DBCC8C: hue angle of 48.61º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBCC8C is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 140 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.14 |
| HSL | 48.61º | 0.52% | 0.7% | - |
| HSV(B) | 48.61º | 0.36% | 0.86% | - |
| XYZ | 55.54 | 60.14 | 33.49 | - |
| YUV | 201.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 140 | 0 | 0.07 | 0.36 | 0.14 | 48.61 | 0.52 | 0.7 |
| Hex | DB | CC | 8C | 0 | 7 | 24 | E | 31 | 34 | 46 |
| Octal | 333 | 314 | 214 | 0 | 7 | 44 | 16 | 61 | 64 | 106 |
| Binary | 11011011 | 11001100 | 10001100 | 0 | 111 | 100100 | 1110 | 110001 | 110100 | 1000110 |
Color Harmonies of #DBCC8C
Complementary color
Monochromatic Colors of #DBCC8C
Black with #DBCC8C
Text Example
Text Example
White with #DBCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC8C; }
p { color: rgb(219,204,140); }
H1.HeaderClassName
{
color: #DBCC8C;
}
.AnyTagClassName
{
color: #DBCC8C;
}
</style>
background-color css
<style>
a { background-color: #DBCC8C; }
a { background-color: rgb(219,204,140); }
div.DivClassName
{
background-color: #DBCC8C;
}
.BgClassName
{
background-color: #DBCC8C;
}
</style>
border-color css
<style>
span { border-color: #DBCC8C; }
span { border-color: rgb(219,204,140); }
td.TdClassName
{
border-color: #DBCC8C;
}
.TagClassName
{
border-color: #DBCC8C;
}
</style>