Shades of Sandwisp #DBD07C
Tints of Sandwisp #DBD07C
RGB
CMYK
RGB Variations
Color information
#DBD07C (or 0xDBD07C) is known color: Sandwisp. HEX triplet: DB, D0 and 7C. RGB value is (219,208,124). Sum of RGB (Red+Green+Blue) = 219+208+124=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD07C is #242F83. Grayscale: #CACACA. Windows color (decimal): -2371460 or 8179931. OLE color: 8179931.
HSL color Cylindrical-coordinate representation of color #DBD07C: hue angle of 53.05º 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 #DBD07C is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 124 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.14 |
| HSL | 53.05º | 0.57% | 0.67% | - |
| HSV(B) | 53.05º | 0.43% | 0.86% | - |
| XYZ | 55.41 | 61.63 | 28.04 | - |
| YUV | 201.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 124 | 0 | 0.05 | 0.43 | 0.14 | 53.05 | 0.57 | 0.67 |
| Hex | DB | D0 | 7C | 0 | 5 | 2B | E | 35 | 39 | 43 |
| Octal | 333 | 320 | 174 | 0 | 5 | 53 | 16 | 65 | 71 | 103 |
| Binary | 11011011 | 11010000 | 1111100 | 0 | 101 | 101011 | 1110 | 110101 | 111001 | 1000011 |
Color Harmonies of #DBD07C
Complementary color
Monochromatic Colors of #DBD07C
Black with #DBD07C
Text Example
Text Example
White with #DBD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD07C; }
p { color: rgb(219,208,124); }
H1.HeaderClassName
{
color: #DBD07C;
}
.AnyTagClassName
{
color: #DBD07C;
}
</style>
background-color css
<style>
a { background-color: #DBD07C; }
a { background-color: rgb(219,208,124); }
div.DivClassName
{
background-color: #DBD07C;
}
.BgClassName
{
background-color: #DBD07C;
}
</style>
border-color css
<style>
span { border-color: #DBD07C; }
span { border-color: rgb(219,208,124); }
td.TdClassName
{
border-color: #DBD07C;
}
.TagClassName
{
border-color: #DBD07C;
}
</style>