Shades of Sandwisp #DBCD7B
Tints of Sandwisp #DBCD7B
RGB
CMYK
RGB Variations
Color information
#DBCD7B (or 0xDBCD7B) is known color: Sandwisp. HEX triplet: DB, CD and 7B. RGB value is (219,205,123). Sum of RGB (Red+Green+Blue) = 219+205+123=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD7B is #243284. Grayscale: #C8C8C8. Windows color (decimal): -2372229 or 8113627. OLE color: 8113627.
HSL color Cylindrical-coordinate representation of color #DBCD7B: hue angle of 51.25º 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 #DBCD7B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 123 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.14 |
| HSL | 51.25º | 0.57% | 0.67% | - |
| HSV(B) | 51.25º | 0.44% | 0.86% | - |
| XYZ | 54.62 | 60.15 | 27.47 | - |
| YUV | 199.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 123 | 0 | 0.06 | 0.44 | 0.14 | 51.25 | 0.57 | 0.67 |
| Hex | DB | CD | 7B | 0 | 6 | 2C | E | 33 | 39 | 43 |
| Octal | 333 | 315 | 173 | 0 | 6 | 54 | 16 | 63 | 71 | 103 |
| Binary | 11011011 | 11001101 | 1111011 | 0 | 110 | 101100 | 1110 | 110011 | 111001 | 1000011 |
Color Harmonies of #DBCD7B
Complementary color
Monochromatic Colors of #DBCD7B
Black with #DBCD7B
Text Example
Text Example
White with #DBCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD7B; }
p { color: rgb(219,205,123); }
H1.HeaderClassName
{
color: #DBCD7B;
}
.AnyTagClassName
{
color: #DBCD7B;
}
</style>
background-color css
<style>
a { background-color: #DBCD7B; }
a { background-color: rgb(219,205,123); }
div.DivClassName
{
background-color: #DBCD7B;
}
.BgClassName
{
background-color: #DBCD7B;
}
</style>
border-color css
<style>
span { border-color: #DBCD7B; }
span { border-color: rgb(219,205,123); }
td.TdClassName
{
border-color: #DBCD7B;
}
.TagClassName
{
border-color: #DBCD7B;
}
</style>