Shades of Sandwisp #DBCC7B
Tints of Sandwisp #DBCC7B
RGB
CMYK
RGB Variations
Color information
#DBCC7B (or 0xDBCC7B) is known color: Sandwisp. HEX triplet: DB, CC and 7B. RGB value is (219,204,123). Sum of RGB (Red+Green+Blue) = 219+204+123=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC7B is #243384. Grayscale: #C7C7C7. Windows color (decimal): -2372485 or 8113371. OLE color: 8113371.
HSL color Cylindrical-coordinate representation of color #DBCC7B: hue angle of 50.62º 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 #DBCC7B is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 123 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.14 |
| HSL | 50.63º | 0.57% | 0.67% | - |
| HSV(B) | 50.63º | 0.44% | 0.86% | - |
| XYZ | 54.38 | 59.68 | 27.39 | - |
| YUV | 199.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 123 | 0 | 0.07 | 0.44 | 0.14 | 50.63 | 0.57 | 0.67 |
| Hex | DB | CC | 7B | 0 | 7 | 2C | E | 33 | 39 | 43 |
| Octal | 333 | 314 | 173 | 0 | 7 | 54 | 16 | 63 | 71 | 103 |
| Binary | 11011011 | 11001100 | 1111011 | 0 | 111 | 101100 | 1110 | 110011 | 111001 | 1000011 |
Color Harmonies of #DBCC7B
Complementary color
Monochromatic Colors of #DBCC7B
Black with #DBCC7B
Text Example
Text Example
White with #DBCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC7B; }
p { color: rgb(219,204,123); }
H1.HeaderClassName
{
color: #DBCC7B;
}
.AnyTagClassName
{
color: #DBCC7B;
}
</style>
background-color css
<style>
a { background-color: #DBCC7B; }
a { background-color: rgb(219,204,123); }
div.DivClassName
{
background-color: #DBCC7B;
}
.BgClassName
{
background-color: #DBCC7B;
}
</style>
border-color css
<style>
span { border-color: #DBCC7B; }
span { border-color: rgb(219,204,123); }
td.TdClassName
{
border-color: #DBCC7B;
}
.TagClassName
{
border-color: #DBCC7B;
}
</style>