Shades of Sandwisp #DBCC80
Tints of Sandwisp #DBCC80
RGB
CMYK
RGB Variations
Color information
#DBCC80 (or 0xDBCC80) is known color: Sandwisp. HEX triplet: DB, CC and 80. RGB value is (219,204,128). Sum of RGB (Red+Green+Blue) = 219+204+128=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC80 is #24337F. Grayscale: #C8C8C8. Windows color (decimal): -2372480 or 8441051. OLE color: 8441051.
HSL color Cylindrical-coordinate representation of color #DBCC80: hue angle of 50.11º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBCC80 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 128 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.14 |
| HSL | 50.11º | 0.56% | 0.68% | - |
| HSV(B) | 50.11º | 0.42% | 0.86% | - |
| XYZ | 54.7 | 59.8 | 29.08 | - |
| YUV | 199.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 128 | 0 | 0.07 | 0.42 | 0.14 | 50.11 | 0.56 | 0.68 |
| Hex | DB | CC | 80 | 0 | 7 | 2A | E | 32 | 38 | 44 |
| Octal | 333 | 314 | 200 | 0 | 7 | 52 | 16 | 62 | 70 | 104 |
| Binary | 11011011 | 11001100 | 10000000 | 0 | 111 | 101010 | 1110 | 110010 | 111000 | 1000100 |
Color Harmonies of #DBCC80
Complementary color
Monochromatic Colors of #DBCC80
Black with #DBCC80
Text Example
Text Example
White with #DBCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC80; }
p { color: rgb(219,204,128); }
H1.HeaderClassName
{
color: #DBCC80;
}
.AnyTagClassName
{
color: #DBCC80;
}
</style>
background-color css
<style>
a { background-color: #DBCC80; }
a { background-color: rgb(219,204,128); }
div.DivClassName
{
background-color: #DBCC80;
}
.BgClassName
{
background-color: #DBCC80;
}
</style>
border-color css
<style>
span { border-color: #DBCC80; }
span { border-color: rgb(219,204,128); }
td.TdClassName
{
border-color: #DBCC80;
}
.TagClassName
{
border-color: #DBCC80;
}
</style>