Shades of Sandwisp #DBCB81
Tints of Sandwisp #DBCB81
RGB
CMYK
RGB Variations
Color information
#DBCB81 (or 0xDBCB81) is known color: Sandwisp. HEX triplet: DB, CB and 81. RGB value is (219,203,129). Sum of RGB (Red+Green+Blue) = 219+203+129=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB81 is #24347E. Grayscale: #C7C7C7. Windows color (decimal): -2372735 or 8506331. OLE color: 8506331.
HSL color Cylindrical-coordinate representation of color #DBCB81: hue angle of 49.33º 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 #DBCB81 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 129 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.14 |
| HSL | 49.33º | 0.56% | 0.68% | - |
| HSV(B) | 49.33º | 0.41% | 0.86% | - |
| XYZ | 54.53 | 59.36 | 29.35 | - |
| YUV | 199.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 129 | 0 | 0.07 | 0.41 | 0.14 | 49.33 | 0.56 | 0.68 |
| Hex | DB | CB | 81 | 0 | 7 | 29 | E | 31 | 38 | 44 |
| Octal | 333 | 313 | 201 | 0 | 7 | 51 | 16 | 61 | 70 | 104 |
| Binary | 11011011 | 11001011 | 10000001 | 0 | 111 | 101001 | 1110 | 110001 | 111000 | 1000100 |
Color Harmonies of #DBCB81
Complementary color
Monochromatic Colors of #DBCB81
Black with #DBCB81
Text Example
Text Example
White with #DBCB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB81; }
p { color: rgb(219,203,129); }
H1.HeaderClassName
{
color: #DBCB81;
}
.AnyTagClassName
{
color: #DBCB81;
}
</style>
background-color css
<style>
a { background-color: #DBCB81; }
a { background-color: rgb(219,203,129); }
div.DivClassName
{
background-color: #DBCB81;
}
.BgClassName
{
background-color: #DBCB81;
}
</style>
border-color css
<style>
span { border-color: #DBCB81; }
span { border-color: rgb(219,203,129); }
td.TdClassName
{
border-color: #DBCB81;
}
.TagClassName
{
border-color: #DBCB81;
}
</style>