Shades of Sandwisp #DBCD83
Tints of Sandwisp #DBCD83
RGB
CMYK
RGB Variations
Color information
#DBCD83 (or 0xDBCD83) is known color: Sandwisp. HEX triplet: DB, CD and 83. RGB value is (219,205,131). Sum of RGB (Red+Green+Blue) = 219+205+131=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCD83 is #24327C. Grayscale: #C9C9C9. Windows color (decimal): -2372221 or 8637915. OLE color: 8637915.
HSL color Cylindrical-coordinate representation of color #DBCD83: hue angle of 50.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBCD83 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 131 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.14 |
| HSL | 50.45º | 0.55% | 0.69% | - |
| HSV(B) | 50.45º | 0.4% | 0.86% | - |
| XYZ | 55.14 | 60.36 | 30.22 | - |
| YUV | 200.75 | 88.64 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 131 | 0 | 0.06 | 0.40 | 0.14 | 50.45 | 0.55 | 0.69 |
| Hex | DB | CD | 83 | 0 | 6 | 28 | E | 32 | 37 | 45 |
| Octal | 333 | 315 | 203 | 0 | 6 | 50 | 16 | 62 | 67 | 105 |
| Binary | 11011011 | 11001101 | 10000011 | 0 | 110 | 101000 | 1110 | 110010 | 110111 | 1000101 |
Color Harmonies of #DBCD83
Complementary color
Monochromatic Colors of #DBCD83
Black with #DBCD83
Text Example
Text Example
White with #DBCD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD83; }
p { color: rgb(219,205,131); }
H1.HeaderClassName
{
color: #DBCD83;
}
.AnyTagClassName
{
color: #DBCD83;
}
</style>
background-color css
<style>
a { background-color: #DBCD83; }
a { background-color: rgb(219,205,131); }
div.DivClassName
{
background-color: #DBCD83;
}
.BgClassName
{
background-color: #DBCD83;
}
</style>
border-color css
<style>
span { border-color: #DBCD83; }
span { border-color: rgb(219,205,131); }
td.TdClassName
{
border-color: #DBCD83;
}
.TagClassName
{
border-color: #DBCD83;
}
</style>