Shades of Sandwisp #DBCA7C
Tints of Sandwisp #DBCA7C
RGB
CMYK
RGB Variations
Color information
#DBCA7C (or 0xDBCA7C) is known color: Sandwisp. HEX triplet: DB, CA and 7C. RGB value is (219,202,124). Sum of RGB (Red+Green+Blue) = 219+202+124=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA7C is #243583. Grayscale: #C6C6C6. Windows color (decimal): -2372996 or 8178395. OLE color: 8178395.
HSL color Cylindrical-coordinate representation of color #DBCA7C: hue angle of 49.26º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBCA7C is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 124 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.14 |
| HSL | 49.26º | 0.57% | 0.67% | - |
| HSV(B) | 49.26º | 0.43% | 0.86% | - |
| XYZ | 53.97 | 58.76 | 27.57 | - |
| YUV | 198.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 124 | 0 | 0.08 | 0.43 | 0.14 | 49.26 | 0.57 | 0.67 |
| Hex | DB | CA | 7C | 0 | 8 | 2B | E | 31 | 39 | 43 |
| Octal | 333 | 312 | 174 | 0 | 10 | 53 | 16 | 61 | 71 | 103 |
| Binary | 11011011 | 11001010 | 1111100 | 0 | 1000 | 101011 | 1110 | 110001 | 111001 | 1000011 |
Color Harmonies of #DBCA7C
Complementary color
Monochromatic Colors of #DBCA7C
Black with #DBCA7C
Text Example
Text Example
White with #DBCA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA7C; }
p { color: rgb(219,202,124); }
H1.HeaderClassName
{
color: #DBCA7C;
}
.AnyTagClassName
{
color: #DBCA7C;
}
</style>
background-color css
<style>
a { background-color: #DBCA7C; }
a { background-color: rgb(219,202,124); }
div.DivClassName
{
background-color: #DBCA7C;
}
.BgClassName
{
background-color: #DBCA7C;
}
</style>
border-color css
<style>
span { border-color: #DBCA7C; }
span { border-color: rgb(219,202,124); }
td.TdClassName
{
border-color: #DBCA7C;
}
.TagClassName
{
border-color: #DBCA7C;
}
</style>