Shades of Sandwisp #DBCF80
Tints of Sandwisp #DBCF80
RGB
CMYK
RGB Variations
Color information
#DBCF80 (or 0xDBCF80) is known color: Sandwisp. HEX triplet: DB, CF and 80. RGB value is (219,207,128). Sum of RGB (Red+Green+Blue) = 219+207+128=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF80 is #24307F. Grayscale: #C9C9C9. Windows color (decimal): -2371712 or 8441819. OLE color: 8441819.
HSL color Cylindrical-coordinate representation of color #DBCF80: hue angle of 52.09º 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 #DBCF80 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 128 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.14 |
| HSL | 52.09º | 0.56% | 0.68% | - |
| HSV(B) | 52.09º | 0.42% | 0.86% | - |
| XYZ | 55.42 | 61.24 | 29.32 | - |
| YUV | 201.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 128 | 0 | 0.05 | 0.42 | 0.14 | 52.09 | 0.56 | 0.68 |
| Hex | DB | CF | 80 | 0 | 5 | 2A | E | 34 | 38 | 44 |
| Octal | 333 | 317 | 200 | 0 | 5 | 52 | 16 | 64 | 70 | 104 |
| Binary | 11011011 | 11001111 | 10000000 | 0 | 101 | 101010 | 1110 | 110100 | 111000 | 1000100 |
Color Harmonies of #DBCF80
Complementary color
Monochromatic Colors of #DBCF80
Black with #DBCF80
Text Example
Text Example
White with #DBCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF80; }
p { color: rgb(219,207,128); }
H1.HeaderClassName
{
color: #DBCF80;
}
.AnyTagClassName
{
color: #DBCF80;
}
</style>
background-color css
<style>
a { background-color: #DBCF80; }
a { background-color: rgb(219,207,128); }
div.DivClassName
{
background-color: #DBCF80;
}
.BgClassName
{
background-color: #DBCF80;
}
</style>
border-color css
<style>
span { border-color: #DBCF80; }
span { border-color: rgb(219,207,128); }
td.TdClassName
{
border-color: #DBCF80;
}
.TagClassName
{
border-color: #DBCF80;
}
</style>