Shades of Sandwisp #DBCA7D
Tints of Sandwisp #DBCA7D
RGB
CMYK
RGB Variations
Color information
#DBCA7D (or 0xDBCA7D) is known color: Sandwisp. HEX triplet: DB, CA and 7D. RGB value is (219,202,125). Sum of RGB (Red+Green+Blue) = 219+202+125=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA7D is #243582. Grayscale: #C6C6C6. Windows color (decimal): -2372995 or 8243931. OLE color: 8243931.
HSL color Cylindrical-coordinate representation of color #DBCA7D: hue angle of 49.15º 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 #DBCA7D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 125 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.14 |
| HSL | 49.15º | 0.57% | 0.67% | - |
| HSV(B) | 49.15º | 0.43% | 0.86% | - |
| XYZ | 54.04 | 58.78 | 27.9 | - |
| YUV | 198.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 125 | 0 | 0.08 | 0.43 | 0.14 | 49.15 | 0.57 | 0.67 |
| Hex | DB | CA | 7D | 0 | 8 | 2B | E | 31 | 39 | 43 |
| Octal | 333 | 312 | 175 | 0 | 10 | 53 | 16 | 61 | 71 | 103 |
| Binary | 11011011 | 11001010 | 1111101 | 0 | 1000 | 101011 | 1110 | 110001 | 111001 | 1000011 |
Color Harmonies of #DBCA7D
Complementary color
Monochromatic Colors of #DBCA7D
Black with #DBCA7D
Text Example
Text Example
White with #DBCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA7D; }
p { color: rgb(219,202,125); }
H1.HeaderClassName
{
color: #DBCA7D;
}
.AnyTagClassName
{
color: #DBCA7D;
}
</style>
background-color css
<style>
a { background-color: #DBCA7D; }
a { background-color: rgb(219,202,125); }
div.DivClassName
{
background-color: #DBCA7D;
}
.BgClassName
{
background-color: #DBCA7D;
}
</style>
border-color css
<style>
span { border-color: #DBCA7D; }
span { border-color: rgb(219,202,125); }
td.TdClassName
{
border-color: #DBCA7D;
}
.TagClassName
{
border-color: #DBCA7D;
}
</style>