Shades of Sandwisp #DCCB82
Tints of Sandwisp #DCCB82
RGB
CMYK
RGB Variations
Color information
#DCCB82 (or 0xDCCB82) is known color: Sandwisp. HEX triplet: DC, CB and 82. RGB value is (220,203,130). Sum of RGB (Red+Green+Blue) = 220+203+130=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB82 is #23347D. Grayscale: #C8C8C8. Windows color (decimal): -2307198 or 8571868. OLE color: 8571868.
HSL color Cylindrical-coordinate representation of color #DCCB82: hue angle of 48.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCCB82 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 130 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.14 |
| HSL | 48.67º | 0.56% | 0.69% | - |
| HSV(B) | 48.67º | 0.41% | 0.86% | - |
| XYZ | 54.9 | 59.54 | 29.72 | - |
| YUV | 199.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 130 | 0 | 0.08 | 0.41 | 0.14 | 48.67 | 0.56 | 0.69 |
| Hex | DC | CB | 82 | 0 | 8 | 29 | E | 31 | 38 | 45 |
| Octal | 334 | 313 | 202 | 0 | 10 | 51 | 16 | 61 | 70 | 105 |
| Binary | 11011100 | 11001011 | 10000010 | 0 | 1000 | 101001 | 1110 | 110001 | 111000 | 1000101 |
Color Harmonies of #DCCB82
Complementary color
Monochromatic Colors of #DCCB82
Black with #DCCB82
Text Example
Text Example
White with #DCCB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB82; }
p { color: rgb(220,203,130); }
H1.HeaderClassName
{
color: #DCCB82;
}
.AnyTagClassName
{
color: #DCCB82;
}
</style>
background-color css
<style>
a { background-color: #DCCB82; }
a { background-color: rgb(220,203,130); }
div.DivClassName
{
background-color: #DCCB82;
}
.BgClassName
{
background-color: #DCCB82;
}
</style>
border-color css
<style>
span { border-color: #DCCB82; }
span { border-color: rgb(220,203,130); }
td.TdClassName
{
border-color: #DCCB82;
}
.TagClassName
{
border-color: #DCCB82;
}
</style>