Shades of Sandwisp #DBCF81
Tints of Sandwisp #DBCF81
RGB
CMYK
RGB Variations
Color information
#DBCF81 (or 0xDBCF81) is known color: Sandwisp. HEX triplet: DB, CF and 81. RGB value is (219,207,129). Sum of RGB (Red+Green+Blue) = 219+207+129=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF81 is #24307E. Grayscale: #CACACA. Windows color (decimal): -2371711 or 8507355. OLE color: 8507355.
HSL color Cylindrical-coordinate representation of color #DBCF81: hue angle of 52º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBCF81 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 129 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.14 |
| HSL | 52º | 0.56% | 0.68% | - |
| HSV(B) | 52º | 0.41% | 0.86% | - |
| XYZ | 55.49 | 61.27 | 29.67 | - |
| YUV | 201.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 129 | 0 | 0.05 | 0.41 | 0.14 | 52 | 0.56 | 0.68 |
| Hex | DB | CF | 81 | 0 | 5 | 29 | E | 34 | 38 | 44 |
| Octal | 333 | 317 | 201 | 0 | 5 | 51 | 16 | 64 | 70 | 104 |
| Binary | 11011011 | 11001111 | 10000001 | 0 | 101 | 101001 | 1110 | 110100 | 111000 | 1000100 |
Color Harmonies of #DBCF81
Complementary color
Monochromatic Colors of #DBCF81
Black with #DBCF81
Text Example
Text Example
White with #DBCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF81; }
p { color: rgb(219,207,129); }
H1.HeaderClassName
{
color: #DBCF81;
}
.AnyTagClassName
{
color: #DBCF81;
}
</style>
background-color css
<style>
a { background-color: #DBCF81; }
a { background-color: rgb(219,207,129); }
div.DivClassName
{
background-color: #DBCF81;
}
.BgClassName
{
background-color: #DBCF81;
}
</style>
border-color css
<style>
span { border-color: #DBCF81; }
span { border-color: rgb(219,207,129); }
td.TdClassName
{
border-color: #DBCF81;
}
.TagClassName
{
border-color: #DBCF81;
}
</style>