Shades of Sandwisp #DBCA7A
Tints of Sandwisp #DBCA7A
RGB
CMYK
RGB Variations
Color information
#DBCA7A (or 0xDBCA7A) is known color: Sandwisp. HEX triplet: DB, CA and 7A. RGB value is (219,202,122). Sum of RGB (Red+Green+Blue) = 219+202+122=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA7A is #243585. Grayscale: #C6C6C6. Windows color (decimal): -2372998 or 8047323. OLE color: 8047323.
HSL color Cylindrical-coordinate representation of color #DBCA7A: hue angle of 49.48º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBCA7A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 122 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.14 |
| HSL | 49.48º | 0.57% | 0.67% | - |
| HSV(B) | 49.48º | 0.44% | 0.86% | - |
| XYZ | 53.85 | 58.71 | 26.91 | - |
| YUV | 197.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 122 | 0 | 0.08 | 0.44 | 0.14 | 49.48 | 0.57 | 0.67 |
| Hex | DB | CA | 7A | 0 | 8 | 2C | E | 31 | 39 | 43 |
| Octal | 333 | 312 | 172 | 0 | 10 | 54 | 16 | 61 | 71 | 103 |
| Binary | 11011011 | 11001010 | 1111010 | 0 | 1000 | 101100 | 1110 | 110001 | 111001 | 1000011 |
Color Harmonies of #DBCA7A
Complementary color
Monochromatic Colors of #DBCA7A
Black with #DBCA7A
Text Example
Text Example
White with #DBCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA7A; }
p { color: rgb(219,202,122); }
H1.HeaderClassName
{
color: #DBCA7A;
}
.AnyTagClassName
{
color: #DBCA7A;
}
</style>
background-color css
<style>
a { background-color: #DBCA7A; }
a { background-color: rgb(219,202,122); }
div.DivClassName
{
background-color: #DBCA7A;
}
.BgClassName
{
background-color: #DBCA7A;
}
</style>
border-color css
<style>
span { border-color: #DBCA7A; }
span { border-color: rgb(219,202,122); }
td.TdClassName
{
border-color: #DBCA7A;
}
.TagClassName
{
border-color: #DBCA7A;
}
</style>