Shades of Sandwisp #DBCF83
Tints of Sandwisp #DBCF83
RGB
CMYK
RGB Variations
Color information
#DBCF83 (or 0xDBCF83) is known color: Sandwisp. HEX triplet: DB, CF and 83. RGB value is (219,207,131). Sum of RGB (Red+Green+Blue) = 219+207+131=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF83 is #24307C. Grayscale: #CACACA. Windows color (decimal): -2371709 or 8638427. OLE color: 8638427.
HSL color Cylindrical-coordinate representation of color #DBCF83: hue angle of 51.82º 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 #DBCF83 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 131 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.14 |
| HSL | 51.82º | 0.55% | 0.69% | - |
| HSV(B) | 51.82º | 0.4% | 0.86% | - |
| XYZ | 55.62 | 61.32 | 30.38 | - |
| YUV | 201.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 131 | 0 | 0.05 | 0.40 | 0.14 | 51.82 | 0.55 | 0.69 |
| Hex | DB | CF | 83 | 0 | 5 | 28 | E | 34 | 37 | 45 |
| Octal | 333 | 317 | 203 | 0 | 5 | 50 | 16 | 64 | 67 | 105 |
| Binary | 11011011 | 11001111 | 10000011 | 0 | 101 | 101000 | 1110 | 110100 | 110111 | 1000101 |
Color Harmonies of #DBCF83
Complementary color
Monochromatic Colors of #DBCF83
Black with #DBCF83
Text Example
Text Example
White with #DBCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF83; }
p { color: rgb(219,207,131); }
H1.HeaderClassName
{
color: #DBCF83;
}
.AnyTagClassName
{
color: #DBCF83;
}
</style>
background-color css
<style>
a { background-color: #DBCF83; }
a { background-color: rgb(219,207,131); }
div.DivClassName
{
background-color: #DBCF83;
}
.BgClassName
{
background-color: #DBCF83;
}
</style>
border-color css
<style>
span { border-color: #DBCF83; }
span { border-color: rgb(219,207,131); }
td.TdClassName
{
border-color: #DBCF83;
}
.TagClassName
{
border-color: #DBCF83;
}
</style>