Shades of Sandwisp #DBCC8B
Tints of Sandwisp #DBCC8B
RGB
CMYK
RGB Variations
Color information
#DBCC8B (or 0xDBCC8B) is known color: Sandwisp. HEX triplet: DB, CC and 8B. RGB value is (219,204,139). Sum of RGB (Red+Green+Blue) = 219+204+139=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC8B is #243374. Grayscale: #C9C9C9. Windows color (decimal): -2372469 or 9161947. OLE color: 9161947.
HSL color Cylindrical-coordinate representation of color #DBCC8B: hue angle of 48.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBCC8B is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 139 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.14 |
| HSL | 48.75º | 0.53% | 0.7% | - |
| HSV(B) | 48.75º | 0.37% | 0.86% | - |
| XYZ | 55.47 | 60.11 | 33.11 | - |
| YUV | 201.08 | 92.97 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 139 | 0 | 0.07 | 0.37 | 0.14 | 48.75 | 0.53 | 0.7 |
| Hex | DB | CC | 8B | 0 | 7 | 25 | E | 31 | 35 | 46 |
| Octal | 333 | 314 | 213 | 0 | 7 | 45 | 16 | 61 | 65 | 106 |
| Binary | 11011011 | 11001100 | 10001011 | 0 | 111 | 100101 | 1110 | 110001 | 110101 | 1000110 |
Color Harmonies of #DBCC8B
Complementary color
Monochromatic Colors of #DBCC8B
Black with #DBCC8B
Text Example
Text Example
White with #DBCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC8B; }
p { color: rgb(219,204,139); }
H1.HeaderClassName
{
color: #DBCC8B;
}
.AnyTagClassName
{
color: #DBCC8B;
}
</style>
background-color css
<style>
a { background-color: #DBCC8B; }
a { background-color: rgb(219,204,139); }
div.DivClassName
{
background-color: #DBCC8B;
}
.BgClassName
{
background-color: #DBCC8B;
}
</style>
border-color css
<style>
span { border-color: #DBCC8B; }
span { border-color: rgb(219,204,139); }
td.TdClassName
{
border-color: #DBCC8B;
}
.TagClassName
{
border-color: #DBCC8B;
}
</style>