Shades of Sandwisp #DBCD8B
Tints of Sandwisp #DBCD8B
RGB
CMYK
RGB Variations
Color information
#DBCD8B (or 0xDBCD8B) is known color: Sandwisp. HEX triplet: DB, CD and 8B. RGB value is (219,205,139). Sum of RGB (Red+Green+Blue) = 219+205+139=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD8B is #243274. Grayscale: #C9C9C9. Windows color (decimal): -2372213 or 9162203. OLE color: 9162203.
HSL color Cylindrical-coordinate representation of color #DBCD8B: hue angle of 49.5º 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 #DBCD8B is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 139 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.14 |
| HSL | 49.5º | 0.53% | 0.7% | - |
| HSV(B) | 49.5º | 0.37% | 0.86% | - |
| XYZ | 55.7 | 60.59 | 33.18 | - |
| YUV | 201.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 139 | 0 | 0.06 | 0.37 | 0.14 | 49.5 | 0.53 | 0.7 |
| Hex | DB | CD | 8B | 0 | 6 | 25 | E | 32 | 35 | 46 |
| Octal | 333 | 315 | 213 | 0 | 6 | 45 | 16 | 62 | 65 | 106 |
| Binary | 11011011 | 11001101 | 10001011 | 0 | 110 | 100101 | 1110 | 110010 | 110101 | 1000110 |
Color Harmonies of #DBCD8B
Complementary color
Monochromatic Colors of #DBCD8B
Black with #DBCD8B
Text Example
Text Example
White with #DBCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD8B; }
p { color: rgb(219,205,139); }
H1.HeaderClassName
{
color: #DBCD8B;
}
.AnyTagClassName
{
color: #DBCD8B;
}
</style>
background-color css
<style>
a { background-color: #DBCD8B; }
a { background-color: rgb(219,205,139); }
div.DivClassName
{
background-color: #DBCD8B;
}
.BgClassName
{
background-color: #DBCD8B;
}
</style>
border-color css
<style>
span { border-color: #DBCD8B; }
span { border-color: rgb(219,205,139); }
td.TdClassName
{
border-color: #DBCD8B;
}
.TagClassName
{
border-color: #DBCD8B;
}
</style>