Shades of Sandwisp #DCCC7D
Tints of Sandwisp #DCCC7D
RGB
CMYK
RGB Variations
Color information
#DCCC7D (or 0xDCCC7D) is known color: Sandwisp. HEX triplet: DC, CC and 7D. RGB value is (220,204,125). Sum of RGB (Red+Green+Blue) = 220+204+125=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC7D is #233382. Grayscale: #C8C8C8. Windows color (decimal): -2306947 or 8244444. OLE color: 8244444.
HSL color Cylindrical-coordinate representation of color #DCCC7D: hue angle of 49.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCCC7D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 125 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.14 |
| HSL | 49.89º | 0.58% | 0.68% | - |
| HSV(B) | 49.89º | 0.43% | 0.86% | - |
| XYZ | 54.81 | 59.88 | 28.07 | - |
| YUV | 199.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 125 | 0 | 0.07 | 0.43 | 0.14 | 49.89 | 0.58 | 0.68 |
| Hex | DC | CC | 7D | 0 | 7 | 2B | E | 32 | 3A | 44 |
| Octal | 334 | 314 | 175 | 0 | 7 | 53 | 16 | 62 | 72 | 104 |
| Binary | 11011100 | 11001100 | 1111101 | 0 | 111 | 101011 | 1110 | 110010 | 111010 | 1000100 |
Color Harmonies of #DCCC7D
Complementary color
Monochromatic Colors of #DCCC7D
Black with #DCCC7D
Text Example
Text Example
White with #DCCC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC7D; }
p { color: rgb(220,204,125); }
H1.HeaderClassName
{
color: #DCCC7D;
}
.AnyTagClassName
{
color: #DCCC7D;
}
</style>
background-color css
<style>
a { background-color: #DCCC7D; }
a { background-color: rgb(220,204,125); }
div.DivClassName
{
background-color: #DCCC7D;
}
.BgClassName
{
background-color: #DCCC7D;
}
</style>
border-color css
<style>
span { border-color: #DCCC7D; }
span { border-color: rgb(220,204,125); }
td.TdClassName
{
border-color: #DCCC7D;
}
.TagClassName
{
border-color: #DCCC7D;
}
</style>