Shades of Sandwisp #DBCB7D
Tints of Sandwisp #DBCB7D
RGB
CMYK
RGB Variations
Color information
#DBCB7D (or 0xDBCB7D) is known color: Sandwisp. HEX triplet: DB, CB and 7D. RGB value is (219,203,125). Sum of RGB (Red+Green+Blue) = 219+203+125=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB7D is #243482. Grayscale: #C7C7C7. Windows color (decimal): -2372739 or 8244187. OLE color: 8244187.
HSL color Cylindrical-coordinate representation of color #DBCB7D: hue angle of 49.79º 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 #DBCB7D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 203 | 125 | - |
CMYK | 0 | 0.07 | 0.43 | 0.14 |
HSL | 49.79º | 0.57% | 0.67% | - |
HSV(B) | 49.79º | 0.43% | 0.86% | - |
XYZ | 54.27 | 59.25 | 27.98 | - |
YUV | 198.89 | 86.3 | 142.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 203 | 125 | 0 | 0.07 | 0.43 | 0.14 | 49.79 | 0.57 | 0.67 |
Hex | DB | CB | 7D | 0 | 7 | 2B | E | 32 | 39 | 43 |
Octal | 333 | 313 | 175 | 0 | 7 | 53 | 16 | 62 | 71 | 103 |
Binary | 11011011 | 11001011 | 1111101 | 0 | 111 | 101011 | 1110 | 110010 | 111001 | 1000011 |
Color Harmonies of #DBCB7D
Complementary color
Monochromatic Colors of #DBCB7D
Black with #DBCB7D
Text Example
Text Example
White with #DBCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB7D; }
p { color: rgb(219,203,125); }
H1.HeaderClassName
{
color: #DBCB7D;
}
.AnyTagClassName
{
color: #DBCB7D;
}
</style>
background-color css
<style>
a { background-color: #DBCB7D; }
a { background-color: rgb(219,203,125); }
div.DivClassName
{
background-color: #DBCB7D;
}
.BgClassName
{
background-color: #DBCB7D;
}
</style>
border-color css
<style>
span { border-color: #DBCB7D; }
span { border-color: rgb(219,203,125); }
td.TdClassName
{
border-color: #DBCB7D;
}
.TagClassName
{
border-color: #DBCB7D;
}
</style>