Shades of Sandwisp #DBCD8A
Tints of Sandwisp #DBCD8A
RGB
CMYK
RGB Variations
Color information
#DBCD8A (or 0xDBCD8A) is known color: Sandwisp. HEX triplet: DB, CD and 8A. RGB value is (219,205,138). Sum of RGB (Red+Green+Blue) = 219+205+138=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD8A is #243275. Grayscale: #C9C9C9. Windows color (decimal): -2372214 or 9096667. OLE color: 9096667.
HSL color Cylindrical-coordinate representation of color #DBCD8A: hue angle of 49.63º 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 #DBCD8A is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 138 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.14 |
| HSL | 49.63º | 0.53% | 0.7% | - |
| HSV(B) | 49.63º | 0.37% | 0.86% | - |
| XYZ | 55.63 | 60.56 | 32.8 | - |
| YUV | 201.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 138 | 0 | 0.06 | 0.37 | 0.14 | 49.63 | 0.53 | 0.7 |
| Hex | DB | CD | 8A | 0 | 6 | 25 | E | 32 | 35 | 46 |
| Octal | 333 | 315 | 212 | 0 | 6 | 45 | 16 | 62 | 65 | 106 |
| Binary | 11011011 | 11001101 | 10001010 | 0 | 110 | 100101 | 1110 | 110010 | 110101 | 1000110 |
Color Harmonies of #DBCD8A
Complementary color
Monochromatic Colors of #DBCD8A
Black with #DBCD8A
Text Example
Text Example
White with #DBCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD8A; }
p { color: rgb(219,205,138); }
H1.HeaderClassName
{
color: #DBCD8A;
}
.AnyTagClassName
{
color: #DBCD8A;
}
</style>
background-color css
<style>
a { background-color: #DBCD8A; }
a { background-color: rgb(219,205,138); }
div.DivClassName
{
background-color: #DBCD8A;
}
.BgClassName
{
background-color: #DBCD8A;
}
</style>
border-color css
<style>
span { border-color: #DBCD8A; }
span { border-color: rgb(219,205,138); }
td.TdClassName
{
border-color: #DBCD8A;
}
.TagClassName
{
border-color: #DBCD8A;
}
</style>