Shades of Sandwisp #DBCA82
Tints of Sandwisp #DBCA82
RGB
CMYK
RGB Variations
Color information
#DBCA82 (or 0xDBCA82) is known color: Sandwisp. HEX triplet: DB, CA and 82. RGB value is (219,202,130). Sum of RGB (Red+Green+Blue) = 219+202+130=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA82 is #24357D. Grayscale: #C7C7C7. Windows color (decimal): -2372990 or 8571611. OLE color: 8571611.
HSL color Cylindrical-coordinate representation of color #DBCA82: hue angle of 48.54º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBCA82 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 130 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.14 |
| HSL | 48.54º | 0.55% | 0.68% | - |
| HSV(B) | 48.54º | 0.41% | 0.86% | - |
| XYZ | 54.36 | 58.91 | 29.63 | - |
| YUV | 198.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 130 | 0 | 0.08 | 0.41 | 0.14 | 48.54 | 0.55 | 0.68 |
| Hex | DB | CA | 82 | 0 | 8 | 29 | E | 31 | 37 | 44 |
| Octal | 333 | 312 | 202 | 0 | 10 | 51 | 16 | 61 | 67 | 104 |
| Binary | 11011011 | 11001010 | 10000010 | 0 | 1000 | 101001 | 1110 | 110001 | 110111 | 1000100 |
Color Harmonies of #DBCA82
Complementary color
Monochromatic Colors of #DBCA82
Black with #DBCA82
Text Example
Text Example
White with #DBCA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA82; }
p { color: rgb(219,202,130); }
H1.HeaderClassName
{
color: #DBCA82;
}
.AnyTagClassName
{
color: #DBCA82;
}
</style>
background-color css
<style>
a { background-color: #DBCA82; }
a { background-color: rgb(219,202,130); }
div.DivClassName
{
background-color: #DBCA82;
}
.BgClassName
{
background-color: #DBCA82;
}
</style>
border-color css
<style>
span { border-color: #DBCA82; }
span { border-color: rgb(219,202,130); }
td.TdClassName
{
border-color: #DBCA82;
}
.TagClassName
{
border-color: #DBCA82;
}
</style>