Shades of Sandwisp #DBC77F
Tints of Sandwisp #DBC77F
RGB
CMYK
RGB Variations
Color information
#DBC77F (or 0xDBC77F) is known color: Sandwisp. HEX triplet: DB, C7 and 7F. RGB value is (219,199,127). Sum of RGB (Red+Green+Blue) = 219+199+127=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC77F is #243880. Grayscale: #C5C5C5. Windows color (decimal): -2373761 or 8374235. OLE color: 8374235.
HSL color Cylindrical-coordinate representation of color #DBC77F: hue angle of 46.96º 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 #DBC77F is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 127 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.14 |
| HSL | 46.96º | 0.56% | 0.68% | - |
| HSV(B) | 46.96º | 0.42% | 0.86% | - |
| XYZ | 53.47 | 57.44 | 28.35 | - |
| YUV | 196.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 127 | 0 | 0.09 | 0.42 | 0.14 | 46.96 | 0.56 | 0.68 |
| Hex | DB | C7 | 7F | 0 | 9 | 2A | E | 2F | 38 | 44 |
| Octal | 333 | 307 | 177 | 0 | 11 | 52 | 16 | 57 | 70 | 104 |
| Binary | 11011011 | 11000111 | 1111111 | 0 | 1001 | 101010 | 1110 | 101111 | 111000 | 1000100 |
Color Harmonies of #DBC77F
Complementary color
Monochromatic Colors of #DBC77F
Black with #DBC77F
Text Example
Text Example
White with #DBC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC77F; }
p { color: rgb(219,199,127); }
H1.HeaderClassName
{
color: #DBC77F;
}
.AnyTagClassName
{
color: #DBC77F;
}
</style>
background-color css
<style>
a { background-color: #DBC77F; }
a { background-color: rgb(219,199,127); }
div.DivClassName
{
background-color: #DBC77F;
}
.BgClassName
{
background-color: #DBC77F;
}
</style>
border-color css
<style>
span { border-color: #DBC77F; }
span { border-color: rgb(219,199,127); }
td.TdClassName
{
border-color: #DBC77F;
}
.TagClassName
{
border-color: #DBC77F;
}
</style>