Shades of Sandwisp #DCCC89
Tints of Sandwisp #DCCC89
RGB
CMYK
RGB Variations
Color information
#DCCC89 (or 0xDCCC89) is known color: Sandwisp. HEX triplet: DC, CC and 89. RGB value is (220,204,137). Sum of RGB (Red+Green+Blue) = 220+204+137=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC89 is #233376. Grayscale: #C9C9C9. Windows color (decimal): -2306935 or 9030876. OLE color: 9030876.
HSL color Cylindrical-coordinate representation of color #DCCC89: hue angle of 48.43º 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 #DCCC89 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 137 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.14 |
| HSL | 48.43º | 0.54% | 0.7% | - |
| HSV(B) | 48.43º | 0.38% | 0.86% | - |
| XYZ | 55.62 | 60.21 | 32.36 | - |
| YUV | 201.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 137 | 0 | 0.07 | 0.38 | 0.14 | 48.43 | 0.54 | 0.7 |
| Hex | DC | CC | 89 | 0 | 7 | 26 | E | 30 | 36 | 46 |
| Octal | 334 | 314 | 211 | 0 | 7 | 46 | 16 | 60 | 66 | 106 |
| Binary | 11011100 | 11001100 | 10001001 | 0 | 111 | 100110 | 1110 | 110000 | 110110 | 1000110 |
Color Harmonies of #DCCC89
Complementary color
Monochromatic Colors of #DCCC89
Black with #DCCC89
Text Example
Text Example
White with #DCCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC89; }
p { color: rgb(220,204,137); }
H1.HeaderClassName
{
color: #DCCC89;
}
.AnyTagClassName
{
color: #DCCC89;
}
</style>
background-color css
<style>
a { background-color: #DCCC89; }
a { background-color: rgb(220,204,137); }
div.DivClassName
{
background-color: #DCCC89;
}
.BgClassName
{
background-color: #DCCC89;
}
</style>
border-color css
<style>
span { border-color: #DCCC89; }
span { border-color: rgb(220,204,137); }
td.TdClassName
{
border-color: #DCCC89;
}
.TagClassName
{
border-color: #DCCC89;
}
</style>