Shades of Sandwisp #DBCC89
Tints of Sandwisp #DBCC89
RGB
CMYK
RGB Variations
Color information
#DBCC89 (or 0xDBCC89) is known color: Sandwisp. HEX triplet: DB, CC and 89. RGB value is (219,204,137). Sum of RGB (Red+Green+Blue) = 219+204+137=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC89 is #243376. Grayscale: #C9C9C9. Windows color (decimal): -2372471 or 9030875. OLE color: 9030875.
HSL color Cylindrical-coordinate representation of color #DBCC89: hue angle of 49.02º 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 #DBCC89 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 137 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.14 |
| HSL | 49.02º | 0.53% | 0.7% | - |
| HSV(B) | 49.02º | 0.37% | 0.86% | - |
| XYZ | 55.32 | 60.05 | 32.34 | - |
| YUV | 200.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 137 | 0 | 0.07 | 0.37 | 0.14 | 49.02 | 0.53 | 0.7 |
| Hex | DB | CC | 89 | 0 | 7 | 25 | E | 31 | 35 | 46 |
| Octal | 333 | 314 | 211 | 0 | 7 | 45 | 16 | 61 | 65 | 106 |
| Binary | 11011011 | 11001100 | 10001001 | 0 | 111 | 100101 | 1110 | 110001 | 110101 | 1000110 |
Color Harmonies of #DBCC89
Complementary color
Monochromatic Colors of #DBCC89
Black with #DBCC89
Text Example
Text Example
White with #DBCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC89; }
p { color: rgb(219,204,137); }
H1.HeaderClassName
{
color: #DBCC89;
}
.AnyTagClassName
{
color: #DBCC89;
}
</style>
background-color css
<style>
a { background-color: #DBCC89; }
a { background-color: rgb(219,204,137); }
div.DivClassName
{
background-color: #DBCC89;
}
.BgClassName
{
background-color: #DBCC89;
}
</style>
border-color css
<style>
span { border-color: #DBCC89; }
span { border-color: rgb(219,204,137); }
td.TdClassName
{
border-color: #DBCC89;
}
.TagClassName
{
border-color: #DBCC89;
}
</style>