Shades of Sandwisp #DCCF83
Tints of Sandwisp #DCCF83
RGB
CMYK
RGB Variations
Color information
#DCCF83 (or 0xDCCF83) is known color: Sandwisp. HEX triplet: DC, CF and 83. RGB value is (220,207,131). Sum of RGB (Red+Green+Blue) = 220+207+131=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF83 is #23307C. Grayscale: #CACACA. Windows color (decimal): -2306173 or 8638428. OLE color: 8638428.
HSL color Cylindrical-coordinate representation of color #DCCF83: hue angle of 51.24º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCCF83 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 131 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.14 |
| HSL | 51.24º | 0.56% | 0.69% | - |
| HSV(B) | 51.24º | 0.4% | 0.86% | - |
| XYZ | 55.92 | 61.48 | 30.39 | - |
| YUV | 202.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 131 | 0 | 0.06 | 0.40 | 0.14 | 51.24 | 0.56 | 0.69 |
| Hex | DC | CF | 83 | 0 | 6 | 28 | E | 33 | 38 | 45 |
| Octal | 334 | 317 | 203 | 0 | 6 | 50 | 16 | 63 | 70 | 105 |
| Binary | 11011100 | 11001111 | 10000011 | 0 | 110 | 101000 | 1110 | 110011 | 111000 | 1000101 |
Color Harmonies of #DCCF83
Complementary color
Monochromatic Colors of #DCCF83
Black with #DCCF83
Text Example
Text Example
White with #DCCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF83; }
p { color: rgb(220,207,131); }
H1.HeaderClassName
{
color: #DCCF83;
}
.AnyTagClassName
{
color: #DCCF83;
}
</style>
background-color css
<style>
a { background-color: #DCCF83; }
a { background-color: rgb(220,207,131); }
div.DivClassName
{
background-color: #DCCF83;
}
.BgClassName
{
background-color: #DCCF83;
}
</style>
border-color css
<style>
span { border-color: #DCCF83; }
span { border-color: rgb(220,207,131); }
td.TdClassName
{
border-color: #DCCF83;
}
.TagClassName
{
border-color: #DCCF83;
}
</style>