Shades of Sandwisp #DBCC81
Tints of Sandwisp #DBCC81
RGB
CMYK
RGB Variations
Color information
#DBCC81 (or 0xDBCC81) is known color: Sandwisp. HEX triplet: DB, CC and 81. RGB value is (219,204,129). Sum of RGB (Red+Green+Blue) = 219+204+129=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCC81 is #24337E. Grayscale: #C8C8C8. Windows color (decimal): -2372479 or 8506587. OLE color: 8506587.
HSL color Cylindrical-coordinate representation of color #DBCC81: hue angle of 50º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBCC81 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 129 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.14 |
| HSL | 50º | 0.56% | 0.68% | - |
| HSV(B) | 50º | 0.41% | 0.86% | - |
| XYZ | 54.77 | 59.83 | 29.43 | - |
| YUV | 199.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 129 | 0 | 0.07 | 0.41 | 0.14 | 50 | 0.56 | 0.68 |
| Hex | DB | CC | 81 | 0 | 7 | 29 | E | 32 | 38 | 44 |
| Octal | 333 | 314 | 201 | 0 | 7 | 51 | 16 | 62 | 70 | 104 |
| Binary | 11011011 | 11001100 | 10000001 | 0 | 111 | 101001 | 1110 | 110010 | 111000 | 1000100 |
Color Harmonies of #DBCC81
Complementary color
Monochromatic Colors of #DBCC81
Black with #DBCC81
Text Example
Text Example
White with #DBCC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC81; }
p { color: rgb(219,204,129); }
H1.HeaderClassName
{
color: #DBCC81;
}
.AnyTagClassName
{
color: #DBCC81;
}
</style>
background-color css
<style>
a { background-color: #DBCC81; }
a { background-color: rgb(219,204,129); }
div.DivClassName
{
background-color: #DBCC81;
}
.BgClassName
{
background-color: #DBCC81;
}
</style>
border-color css
<style>
span { border-color: #DBCC81; }
span { border-color: rgb(219,204,129); }
td.TdClassName
{
border-color: #DBCC81;
}
.TagClassName
{
border-color: #DBCC81;
}
</style>