Shades of Sandwisp #DCCB8A
Tints of Sandwisp #DCCB8A
RGB
CMYK
RGB Variations
Color information
#DCCB8A (or 0xDCCB8A) is known color: Sandwisp. HEX triplet: DC, CB and 8A. RGB value is (220,203,138). Sum of RGB (Red+Green+Blue) = 220+203+138=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB8A is #233475. Grayscale: #C8C8C8. Windows color (decimal): -2307190 or 9096156. OLE color: 9096156.
HSL color Cylindrical-coordinate representation of color #DCCB8A: hue angle of 47.56º 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 #DCCB8A is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 138 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.14 |
| HSL | 47.56º | 0.54% | 0.7% | - |
| HSV(B) | 47.56º | 0.37% | 0.86% | - |
| XYZ | 55.46 | 59.76 | 32.66 | - |
| YUV | 200.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 138 | 0 | 0.08 | 0.37 | 0.14 | 47.56 | 0.54 | 0.7 |
| Hex | DC | CB | 8A | 0 | 8 | 25 | E | 30 | 36 | 46 |
| Octal | 334 | 313 | 212 | 0 | 10 | 45 | 16 | 60 | 66 | 106 |
| Binary | 11011100 | 11001011 | 10001010 | 0 | 1000 | 100101 | 1110 | 110000 | 110110 | 1000110 |
Color Harmonies of #DCCB8A
Complementary color
Monochromatic Colors of #DCCB8A
Black with #DCCB8A
Text Example
Text Example
White with #DCCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB8A; }
p { color: rgb(220,203,138); }
H1.HeaderClassName
{
color: #DCCB8A;
}
.AnyTagClassName
{
color: #DCCB8A;
}
</style>
background-color css
<style>
a { background-color: #DCCB8A; }
a { background-color: rgb(220,203,138); }
div.DivClassName
{
background-color: #DCCB8A;
}
.BgClassName
{
background-color: #DCCB8A;
}
</style>
border-color css
<style>
span { border-color: #DCCB8A; }
span { border-color: rgb(220,203,138); }
td.TdClassName
{
border-color: #DCCB8A;
}
.TagClassName
{
border-color: #DCCB8A;
}
</style>