Shades of Sandwisp #DBCC7A
Tints of Sandwisp #DBCC7A
RGB
CMYK
RGB Variations
Color information
#DBCC7A (or 0xDBCC7A) is known color: Sandwisp. HEX triplet: DB, CC and 7A. RGB value is (219,204,122). Sum of RGB (Red+Green+Blue) = 219+204+122=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC7A is #243385. Grayscale: #C7C7C7. Windows color (decimal): -2372486 or 8047835. OLE color: 8047835.
HSL color Cylindrical-coordinate representation of color #DBCC7A: hue angle of 50.72º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBCC7A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 122 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.14 |
| HSL | 50.72º | 0.57% | 0.67% | - |
| HSV(B) | 50.72º | 0.44% | 0.86% | - |
| XYZ | 54.32 | 59.65 | 27.06 | - |
| YUV | 199.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 122 | 0 | 0.07 | 0.44 | 0.14 | 50.72 | 0.57 | 0.67 |
| Hex | DB | CC | 7A | 0 | 7 | 2C | E | 33 | 39 | 43 |
| Octal | 333 | 314 | 172 | 0 | 7 | 54 | 16 | 63 | 71 | 103 |
| Binary | 11011011 | 11001100 | 1111010 | 0 | 111 | 101100 | 1110 | 110011 | 111001 | 1000011 |
Color Harmonies of #DBCC7A
Complementary color
Monochromatic Colors of #DBCC7A
Black with #DBCC7A
Text Example
Text Example
White with #DBCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC7A; }
p { color: rgb(219,204,122); }
H1.HeaderClassName
{
color: #DBCC7A;
}
.AnyTagClassName
{
color: #DBCC7A;
}
</style>
background-color css
<style>
a { background-color: #DBCC7A; }
a { background-color: rgb(219,204,122); }
div.DivClassName
{
background-color: #DBCC7A;
}
.BgClassName
{
background-color: #DBCC7A;
}
</style>
border-color css
<style>
span { border-color: #DBCC7A; }
span { border-color: rgb(219,204,122); }
td.TdClassName
{
border-color: #DBCC7A;
}
.TagClassName
{
border-color: #DBCC7A;
}
</style>