Shades of Sandwisp #DCCB77
Tints of Sandwisp #DCCB77
RGB
CMYK
RGB Variations
Color information
#DCCB77 (or 0xDCCB77) is known color: Sandwisp. HEX triplet: DC, CB and 77. RGB value is (220,203,119). Sum of RGB (Red+Green+Blue) = 220+203+119=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB77 is #233488. Grayscale: #C6C6C6. Windows color (decimal): -2307209 or 7850972. OLE color: 7850972.
HSL color Cylindrical-coordinate representation of color #DCCB77: hue angle of 49.9º 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 #DCCB77 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 119 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.14 |
| HSL | 49.9º | 0.59% | 0.66% | - |
| HSV(B) | 49.9º | 0.46% | 0.86% | - |
| XYZ | 54.2 | 59.26 | 26.03 | - |
| YUV | 198.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 119 | 0 | 0.08 | 0.46 | 0.14 | 49.9 | 0.59 | 0.66 |
| Hex | DC | CB | 77 | 0 | 8 | 2E | E | 32 | 3B | 42 |
| Octal | 334 | 313 | 167 | 0 | 10 | 56 | 16 | 62 | 73 | 102 |
| Binary | 11011100 | 11001011 | 1110111 | 0 | 1000 | 101110 | 1110 | 110010 | 111011 | 1000010 |
Color Harmonies of #DCCB77
Complementary color
Monochromatic Colors of #DCCB77
Black with #DCCB77
Text Example
Text Example
White with #DCCB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB77; }
p { color: rgb(220,203,119); }
H1.HeaderClassName
{
color: #DCCB77;
}
.AnyTagClassName
{
color: #DCCB77;
}
</style>
background-color css
<style>
a { background-color: #DCCB77; }
a { background-color: rgb(220,203,119); }
div.DivClassName
{
background-color: #DCCB77;
}
.BgClassName
{
background-color: #DCCB77;
}
</style>
border-color css
<style>
span { border-color: #DCCB77; }
span { border-color: rgb(220,203,119); }
td.TdClassName
{
border-color: #DCCB77;
}
.TagClassName
{
border-color: #DCCB77;
}
</style>