Shades of Sandwisp #DBCA7F
Tints of Sandwisp #DBCA7F
RGB
CMYK
RGB Variations
Color information
#DBCA7F (or 0xDBCA7F) is known color: Sandwisp. HEX triplet: DB, CA and 7F. RGB value is (219,202,127). Sum of RGB (Red+Green+Blue) = 219+202+127=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA7F is #243580. Grayscale: #C6C6C6. Windows color (decimal): -2372993 or 8375003. OLE color: 8375003.
HSL color Cylindrical-coordinate representation of color #DBCA7F: hue angle of 48.91º 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 #DBCA7F is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 127 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.14 |
| HSL | 48.91º | 0.56% | 0.68% | - |
| HSV(B) | 48.91º | 0.42% | 0.86% | - |
| XYZ | 54.16 | 58.83 | 28.58 | - |
| YUV | 198.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 127 | 0 | 0.08 | 0.42 | 0.14 | 48.91 | 0.56 | 0.68 |
| Hex | DB | CA | 7F | 0 | 8 | 2A | E | 31 | 38 | 44 |
| Octal | 333 | 312 | 177 | 0 | 10 | 52 | 16 | 61 | 70 | 104 |
| Binary | 11011011 | 11001010 | 1111111 | 0 | 1000 | 101010 | 1110 | 110001 | 111000 | 1000100 |
Color Harmonies of #DBCA7F
Complementary color
Monochromatic Colors of #DBCA7F
Black with #DBCA7F
Text Example
Text Example
White with #DBCA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA7F; }
p { color: rgb(219,202,127); }
H1.HeaderClassName
{
color: #DBCA7F;
}
.AnyTagClassName
{
color: #DBCA7F;
}
</style>
background-color css
<style>
a { background-color: #DBCA7F; }
a { background-color: rgb(219,202,127); }
div.DivClassName
{
background-color: #DBCA7F;
}
.BgClassName
{
background-color: #DBCA7F;
}
</style>
border-color css
<style>
span { border-color: #DBCA7F; }
span { border-color: rgb(219,202,127); }
td.TdClassName
{
border-color: #DBCA7F;
}
.TagClassName
{
border-color: #DBCA7F;
}
</style>