Shades of Sandwisp #DBCC7C
Tints of Sandwisp #DBCC7C
RGB
CMYK
RGB Variations
Color information
#DBCC7C (or 0xDBCC7C) is known color: Sandwisp. HEX triplet: DB, CC and 7C. RGB value is (219,204,124). Sum of RGB (Red+Green+Blue) = 219+204+124=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC7C is #243383. Grayscale: #C7C7C7. Windows color (decimal): -2372484 or 8178907. OLE color: 8178907.
HSL color Cylindrical-coordinate representation of color #DBCC7C: hue angle of 50.53º 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 #DBCC7C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 124 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.14 |
| HSL | 50.53º | 0.57% | 0.67% | - |
| HSV(B) | 50.53º | 0.43% | 0.86% | - |
| XYZ | 54.44 | 59.7 | 27.72 | - |
| YUV | 199.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 124 | 0 | 0.07 | 0.43 | 0.14 | 50.53 | 0.57 | 0.67 |
| Hex | DB | CC | 7C | 0 | 7 | 2B | E | 33 | 39 | 43 |
| Octal | 333 | 314 | 174 | 0 | 7 | 53 | 16 | 63 | 71 | 103 |
| Binary | 11011011 | 11001100 | 1111100 | 0 | 111 | 101011 | 1110 | 110011 | 111001 | 1000011 |
Color Harmonies of #DBCC7C
Complementary color
Monochromatic Colors of #DBCC7C
Black with #DBCC7C
Text Example
Text Example
White with #DBCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC7C; }
p { color: rgb(219,204,124); }
H1.HeaderClassName
{
color: #DBCC7C;
}
.AnyTagClassName
{
color: #DBCC7C;
}
</style>
background-color css
<style>
a { background-color: #DBCC7C; }
a { background-color: rgb(219,204,124); }
div.DivClassName
{
background-color: #DBCC7C;
}
.BgClassName
{
background-color: #DBCC7C;
}
</style>
border-color css
<style>
span { border-color: #DBCC7C; }
span { border-color: rgb(219,204,124); }
td.TdClassName
{
border-color: #DBCC7C;
}
.TagClassName
{
border-color: #DBCC7C;
}
</style>