Shades of Sandwisp #DCCA7B
Tints of Sandwisp #DCCA7B
RGB
CMYK
RGB Variations
Color information
#DCCA7B (or 0xDCCA7B) is known color: Sandwisp. HEX triplet: DC, CA and 7B. RGB value is (220,202,123). Sum of RGB (Red+Green+Blue) = 220+202+123=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA7B is #233584. Grayscale: #C6C6C6. Windows color (decimal): -2307461 or 8112860. OLE color: 8112860.
HSL color Cylindrical-coordinate representation of color #DCCA7B: hue angle of 48.87º 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 #DCCA7B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 123 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.14 |
| HSL | 48.87º | 0.58% | 0.67% | - |
| HSV(B) | 48.87º | 0.44% | 0.86% | - |
| XYZ | 54.21 | 58.89 | 27.25 | - |
| YUV | 198.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 123 | 0 | 0.08 | 0.44 | 0.14 | 48.87 | 0.58 | 0.67 |
| Hex | DC | CA | 7B | 0 | 8 | 2C | E | 31 | 3A | 43 |
| Octal | 334 | 312 | 173 | 0 | 10 | 54 | 16 | 61 | 72 | 103 |
| Binary | 11011100 | 11001010 | 1111011 | 0 | 1000 | 101100 | 1110 | 110001 | 111010 | 1000011 |
Color Harmonies of #DCCA7B
Complementary color
Monochromatic Colors of #DCCA7B
Black with #DCCA7B
Text Example
Text Example
White with #DCCA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA7B; }
p { color: rgb(220,202,123); }
H1.HeaderClassName
{
color: #DCCA7B;
}
.AnyTagClassName
{
color: #DCCA7B;
}
</style>
background-color css
<style>
a { background-color: #DCCA7B; }
a { background-color: rgb(220,202,123); }
div.DivClassName
{
background-color: #DCCA7B;
}
.BgClassName
{
background-color: #DCCA7B;
}
</style>
border-color css
<style>
span { border-color: #DCCA7B; }
span { border-color: rgb(220,202,123); }
td.TdClassName
{
border-color: #DCCA7B;
}
.TagClassName
{
border-color: #DCCA7B;
}
</style>