Shades of Sandwisp #DCCA7D
Tints of Sandwisp #DCCA7D
RGB
CMYK
RGB Variations
Color information
#DCCA7D (or 0xDCCA7D) is known color: Sandwisp. HEX triplet: DC, CA and 7D. RGB value is (220,202,125). Sum of RGB (Red+Green+Blue) = 220+202+125=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA7D is #233582. Grayscale: #C6C6C6. Windows color (decimal): -2307459 or 8243932. OLE color: 8243932.
HSL color Cylindrical-coordinate representation of color #DCCA7D: hue angle of 48.63º 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 #DCCA7D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 125 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.14 |
| HSL | 48.63º | 0.58% | 0.68% | - |
| HSV(B) | 48.63º | 0.43% | 0.86% | - |
| XYZ | 54.34 | 58.94 | 27.91 | - |
| YUV | 198.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 125 | 0 | 0.08 | 0.43 | 0.14 | 48.63 | 0.58 | 0.68 |
| Hex | DC | CA | 7D | 0 | 8 | 2B | E | 31 | 3A | 44 |
| Octal | 334 | 312 | 175 | 0 | 10 | 53 | 16 | 61 | 72 | 104 |
| Binary | 11011100 | 11001010 | 1111101 | 0 | 1000 | 101011 | 1110 | 110001 | 111010 | 1000100 |
Color Harmonies of #DCCA7D
Complementary color
Monochromatic Colors of #DCCA7D
Black with #DCCA7D
Text Example
Text Example
White with #DCCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA7D; }
p { color: rgb(220,202,125); }
H1.HeaderClassName
{
color: #DCCA7D;
}
.AnyTagClassName
{
color: #DCCA7D;
}
</style>
background-color css
<style>
a { background-color: #DCCA7D; }
a { background-color: rgb(220,202,125); }
div.DivClassName
{
background-color: #DCCA7D;
}
.BgClassName
{
background-color: #DCCA7D;
}
</style>
border-color css
<style>
span { border-color: #DCCA7D; }
span { border-color: rgb(220,202,125); }
td.TdClassName
{
border-color: #DCCA7D;
}
.TagClassName
{
border-color: #DCCA7D;
}
</style>