Shades of Sandwisp #DBCC7F
Tints of Sandwisp #DBCC7F
RGB
CMYK
RGB Variations
Color information
#DBCC7F (or 0xDBCC7F) is known color: Sandwisp. HEX triplet: DB, CC and 7F. RGB value is (219,204,127). Sum of RGB (Red+Green+Blue) = 219+204+127=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC7F is #243380. Grayscale: #C8C8C8. Windows color (decimal): -2372481 or 8375515. OLE color: 8375515.
HSL color Cylindrical-coordinate representation of color #DBCC7F: hue angle of 50.22º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBCC7F is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 127 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.14 |
| HSL | 50.22º | 0.56% | 0.68% | - |
| HSV(B) | 50.22º | 0.42% | 0.86% | - |
| XYZ | 54.64 | 59.78 | 28.74 | - |
| YUV | 199.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 127 | 0 | 0.07 | 0.42 | 0.14 | 50.22 | 0.56 | 0.68 |
| Hex | DB | CC | 7F | 0 | 7 | 2A | E | 32 | 38 | 44 |
| Octal | 333 | 314 | 177 | 0 | 7 | 52 | 16 | 62 | 70 | 104 |
| Binary | 11011011 | 11001100 | 1111111 | 0 | 111 | 101010 | 1110 | 110010 | 111000 | 1000100 |
Color Harmonies of #DBCC7F
Complementary color
Monochromatic Colors of #DBCC7F
Black with #DBCC7F
Text Example
Text Example
White with #DBCC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC7F; }
p { color: rgb(219,204,127); }
H1.HeaderClassName
{
color: #DBCC7F;
}
.AnyTagClassName
{
color: #DBCC7F;
}
</style>
background-color css
<style>
a { background-color: #DBCC7F; }
a { background-color: rgb(219,204,127); }
div.DivClassName
{
background-color: #DBCC7F;
}
.BgClassName
{
background-color: #DBCC7F;
}
</style>
border-color css
<style>
span { border-color: #DBCC7F; }
span { border-color: rgb(219,204,127); }
td.TdClassName
{
border-color: #DBCC7F;
}
.TagClassName
{
border-color: #DBCC7F;
}
</style>