Shades of Sandwisp #DCCC7C
Tints of Sandwisp #DCCC7C
RGB
CMYK
RGB Variations
Color information
#DCCC7C (or 0xDCCC7C) is known color: Sandwisp. HEX triplet: DC, CC and 7C. RGB value is (220,204,124). Sum of RGB (Red+Green+Blue) = 220+204+124=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC7C is #233383. Grayscale: #C8C8C8. Windows color (decimal): -2306948 or 8178908. OLE color: 8178908.
HSL color Cylindrical-coordinate representation of color #DCCC7C: hue angle of 50º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCCC7C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 124 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.14 |
| HSL | 50º | 0.58% | 0.67% | - |
| HSV(B) | 50º | 0.44% | 0.86% | - |
| XYZ | 54.75 | 59.86 | 27.74 | - |
| YUV | 199.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 124 | 0 | 0.07 | 0.44 | 0.14 | 50 | 0.58 | 0.67 |
| Hex | DC | CC | 7C | 0 | 7 | 2C | E | 32 | 3A | 43 |
| Octal | 334 | 314 | 174 | 0 | 7 | 54 | 16 | 62 | 72 | 103 |
| Binary | 11011100 | 11001100 | 1111100 | 0 | 111 | 101100 | 1110 | 110010 | 111010 | 1000011 |
Color Harmonies of #DCCC7C
Complementary color
Monochromatic Colors of #DCCC7C
Black with #DCCC7C
Text Example
Text Example
White with #DCCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC7C; }
p { color: rgb(220,204,124); }
H1.HeaderClassName
{
color: #DCCC7C;
}
.AnyTagClassName
{
color: #DCCC7C;
}
</style>
background-color css
<style>
a { background-color: #DCCC7C; }
a { background-color: rgb(220,204,124); }
div.DivClassName
{
background-color: #DCCC7C;
}
.BgClassName
{
background-color: #DCCC7C;
}
</style>
border-color css
<style>
span { border-color: #DCCC7C; }
span { border-color: rgb(220,204,124); }
td.TdClassName
{
border-color: #DCCC7C;
}
.TagClassName
{
border-color: #DCCC7C;
}
</style>