Shades of Sandwisp #DCCB76
Tints of Sandwisp #DCCB76
RGB
CMYK
RGB Variations
Color information
#DCCB76 (or 0xDCCB76) is known color: Sandwisp. HEX triplet: DC, CB and 76. RGB value is (220,203,118). Sum of RGB (Red+Green+Blue) = 220+203+118=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB76 is #233489. Grayscale: #C6C6C6. Windows color (decimal): -2307210 or 7785436. OLE color: 7785436.
HSL color Cylindrical-coordinate representation of color #DCCB76: hue angle of 50º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCCB76 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 118 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.14 |
| HSL | 50º | 0.59% | 0.66% | - |
| HSV(B) | 50º | 0.46% | 0.86% | - |
| XYZ | 54.14 | 59.24 | 25.72 | - |
| YUV | 198.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 118 | 0 | 0.08 | 0.46 | 0.14 | 50 | 0.59 | 0.66 |
| Hex | DC | CB | 76 | 0 | 8 | 2E | E | 32 | 3B | 42 |
| Octal | 334 | 313 | 166 | 0 | 10 | 56 | 16 | 62 | 73 | 102 |
| Binary | 11011100 | 11001011 | 1110110 | 0 | 1000 | 101110 | 1110 | 110010 | 111011 | 1000010 |
Color Harmonies of #DCCB76
Complementary color
Monochromatic Colors of #DCCB76
Black with #DCCB76
Text Example
Text Example
White with #DCCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB76; }
p { color: rgb(220,203,118); }
H1.HeaderClassName
{
color: #DCCB76;
}
.AnyTagClassName
{
color: #DCCB76;
}
</style>
background-color css
<style>
a { background-color: #DCCB76; }
a { background-color: rgb(220,203,118); }
div.DivClassName
{
background-color: #DCCB76;
}
.BgClassName
{
background-color: #DCCB76;
}
</style>
border-color css
<style>
span { border-color: #DCCB76; }
span { border-color: rgb(220,203,118); }
td.TdClassName
{
border-color: #DCCB76;
}
.TagClassName
{
border-color: #DCCB76;
}
</style>