Shades of Sandwisp #DCCB8B
Tints of Sandwisp #DCCB8B
RGB
CMYK
RGB Variations
Color information
#DCCB8B (or 0xDCCB8B) is known color: Sandwisp. HEX triplet: DC, CB and 8B. RGB value is (220,203,139). Sum of RGB (Red+Green+Blue) = 220+203+139=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB8B is #233474. Grayscale: #C9C9C9. Windows color (decimal): -2307189 or 9161692. OLE color: 9161692.
HSL color Cylindrical-coordinate representation of color #DCCB8B: hue angle of 47.41º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCCB8B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 139 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.14 |
| HSL | 47.41º | 0.54% | 0.7% | - |
| HSV(B) | 47.41º | 0.37% | 0.86% | - |
| XYZ | 55.53 | 59.79 | 33.04 | - |
| YUV | 200.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 139 | 0 | 0.08 | 0.37 | 0.14 | 47.41 | 0.54 | 0.7 |
| Hex | DC | CB | 8B | 0 | 8 | 25 | E | 2F | 36 | 46 |
| Octal | 334 | 313 | 213 | 0 | 10 | 45 | 16 | 57 | 66 | 106 |
| Binary | 11011100 | 11001011 | 10001011 | 0 | 1000 | 100101 | 1110 | 101111 | 110110 | 1000110 |
Color Harmonies of #DCCB8B
Complementary color
Monochromatic Colors of #DCCB8B
Black with #DCCB8B
Text Example
Text Example
White with #DCCB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB8B; }
p { color: rgb(220,203,139); }
H1.HeaderClassName
{
color: #DCCB8B;
}
.AnyTagClassName
{
color: #DCCB8B;
}
</style>
background-color css
<style>
a { background-color: #DCCB8B; }
a { background-color: rgb(220,203,139); }
div.DivClassName
{
background-color: #DCCB8B;
}
.BgClassName
{
background-color: #DCCB8B;
}
</style>
border-color css
<style>
span { border-color: #DCCB8B; }
span { border-color: rgb(220,203,139); }
td.TdClassName
{
border-color: #DCCB8B;
}
.TagClassName
{
border-color: #DCCB8B;
}
</style>