Shades of Sandwisp #DCCF82
Tints of Sandwisp #DCCF82
RGB
CMYK
RGB Variations
Color information
#DCCF82 (or 0xDCCF82) is known color: Sandwisp. HEX triplet: DC, CF and 82. RGB value is (220,207,130). Sum of RGB (Red+Green+Blue) = 220+207+130=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF82 is #23307D. Grayscale: #CACACA. Windows color (decimal): -2306174 or 8572892. OLE color: 8572892.
HSL color Cylindrical-coordinate representation of color #DCCF82: hue angle of 51.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCCF82 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 130 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.14 |
| HSL | 51.33º | 0.56% | 0.69% | - |
| HSV(B) | 51.33º | 0.41% | 0.86% | - |
| XYZ | 55.86 | 61.45 | 30.04 | - |
| YUV | 202.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 130 | 0 | 0.06 | 0.41 | 0.14 | 51.33 | 0.56 | 0.69 |
| Hex | DC | CF | 82 | 0 | 6 | 29 | E | 33 | 38 | 45 |
| Octal | 334 | 317 | 202 | 0 | 6 | 51 | 16 | 63 | 70 | 105 |
| Binary | 11011100 | 11001111 | 10000010 | 0 | 110 | 101001 | 1110 | 110011 | 111000 | 1000101 |
Color Harmonies of #DCCF82
Complementary color
Monochromatic Colors of #DCCF82
Black with #DCCF82
Text Example
Text Example
White with #DCCF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF82; }
p { color: rgb(220,207,130); }
H1.HeaderClassName
{
color: #DCCF82;
}
.AnyTagClassName
{
color: #DCCF82;
}
</style>
background-color css
<style>
a { background-color: #DCCF82; }
a { background-color: rgb(220,207,130); }
div.DivClassName
{
background-color: #DCCF82;
}
.BgClassName
{
background-color: #DCCF82;
}
</style>
border-color css
<style>
span { border-color: #DCCF82; }
span { border-color: rgb(220,207,130); }
td.TdClassName
{
border-color: #DCCF82;
}
.TagClassName
{
border-color: #DCCF82;
}
</style>