Shades of Sandwisp #DCCD89
Tints of Sandwisp #DCCD89
RGB
CMYK
RGB Variations
Color information
#DCCD89 (or 0xDCCD89) is known color: Sandwisp. HEX triplet: DC, CD and 89. RGB value is (220,205,137). Sum of RGB (Red+Green+Blue) = 220+205+137=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD89 is #233276. Grayscale: #CACACA. Windows color (decimal): -2306679 or 9031132. OLE color: 9031132.
HSL color Cylindrical-coordinate representation of color #DCCD89: hue angle of 49.16º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCCD89 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 137 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.14 |
| HSL | 49.16º | 0.54% | 0.7% | - |
| HSV(B) | 49.16º | 0.38% | 0.86% | - |
| XYZ | 55.86 | 60.68 | 32.44 | - |
| YUV | 201.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 137 | 0 | 0.07 | 0.38 | 0.14 | 49.16 | 0.54 | 0.7 |
| Hex | DC | CD | 89 | 0 | 7 | 26 | E | 31 | 36 | 46 |
| Octal | 334 | 315 | 211 | 0 | 7 | 46 | 16 | 61 | 66 | 106 |
| Binary | 11011100 | 11001101 | 10001001 | 0 | 111 | 100110 | 1110 | 110001 | 110110 | 1000110 |
Color Harmonies of #DCCD89
Complementary color
Monochromatic Colors of #DCCD89
Black with #DCCD89
Text Example
Text Example
White with #DCCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD89; }
p { color: rgb(220,205,137); }
H1.HeaderClassName
{
color: #DCCD89;
}
.AnyTagClassName
{
color: #DCCD89;
}
</style>
background-color css
<style>
a { background-color: #DCCD89; }
a { background-color: rgb(220,205,137); }
div.DivClassName
{
background-color: #DCCD89;
}
.BgClassName
{
background-color: #DCCD89;
}
</style>
border-color css
<style>
span { border-color: #DCCD89; }
span { border-color: rgb(220,205,137); }
td.TdClassName
{
border-color: #DCCD89;
}
.TagClassName
{
border-color: #DCCD89;
}
</style>