Shades of Sandwisp #DBCB7F
Tints of Sandwisp #DBCB7F
RGB
CMYK
RGB Variations
Color information
#DBCB7F (or 0xDBCB7F) is known color: Sandwisp. HEX triplet: DB, CB and 7F. RGB value is (219,203,127). Sum of RGB (Red+Green+Blue) = 219+203+127=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB7F is #243480. Grayscale: #C7C7C7. Windows color (decimal): -2372737 or 8375259. OLE color: 8375259.
HSL color Cylindrical-coordinate representation of color #DBCB7F: hue angle of 49.57º 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 #DBCB7F is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 127 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.14 |
| HSL | 49.57º | 0.56% | 0.68% | - |
| HSV(B) | 49.57º | 0.42% | 0.86% | - |
| XYZ | 54.4 | 59.3 | 28.66 | - |
| YUV | 199.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 127 | 0 | 0.07 | 0.42 | 0.14 | 49.57 | 0.56 | 0.68 |
| Hex | DB | CB | 7F | 0 | 7 | 2A | E | 32 | 38 | 44 |
| Octal | 333 | 313 | 177 | 0 | 7 | 52 | 16 | 62 | 70 | 104 |
| Binary | 11011011 | 11001011 | 1111111 | 0 | 111 | 101010 | 1110 | 110010 | 111000 | 1000100 |
Color Harmonies of #DBCB7F
Complementary color
Monochromatic Colors of #DBCB7F
Black with #DBCB7F
Text Example
Text Example
White with #DBCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB7F; }
p { color: rgb(219,203,127); }
H1.HeaderClassName
{
color: #DBCB7F;
}
.AnyTagClassName
{
color: #DBCB7F;
}
</style>
background-color css
<style>
a { background-color: #DBCB7F; }
a { background-color: rgb(219,203,127); }
div.DivClassName
{
background-color: #DBCB7F;
}
.BgClassName
{
background-color: #DBCB7F;
}
</style>
border-color css
<style>
span { border-color: #DBCB7F; }
span { border-color: rgb(219,203,127); }
td.TdClassName
{
border-color: #DBCB7F;
}
.TagClassName
{
border-color: #DBCB7F;
}
</style>