Shades of Sandwisp #DCCE83
Tints of Sandwisp #DCCE83
RGB
CMYK
RGB Variations
Color information
#DCCE83 (or 0xDCCE83) is known color: Sandwisp. HEX triplet: DC, CE and 83. RGB value is (220,206,131). Sum of RGB (Red+Green+Blue) = 220+206+131=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE83 is #23317C. Grayscale: #C9C9C9. Windows color (decimal): -2306429 or 8638172. OLE color: 8638172.
HSL color Cylindrical-coordinate representation of color #DCCE83: hue angle of 50.56º 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 #DCCE83 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 131 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.14 |
| HSL | 50.56º | 0.56% | 0.69% | - |
| HSV(B) | 50.56º | 0.4% | 0.86% | - |
| XYZ | 55.68 | 61 | 30.31 | - |
| YUV | 201.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 131 | 0 | 0.06 | 0.40 | 0.14 | 50.56 | 0.56 | 0.69 |
| Hex | DC | CE | 83 | 0 | 6 | 28 | E | 33 | 38 | 45 |
| Octal | 334 | 316 | 203 | 0 | 6 | 50 | 16 | 63 | 70 | 105 |
| Binary | 11011100 | 11001110 | 10000011 | 0 | 110 | 101000 | 1110 | 110011 | 111000 | 1000101 |
Color Harmonies of #DCCE83
Complementary color
Monochromatic Colors of #DCCE83
Black with #DCCE83
Text Example
Text Example
White with #DCCE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE83; }
p { color: rgb(220,206,131); }
H1.HeaderClassName
{
color: #DCCE83;
}
.AnyTagClassName
{
color: #DCCE83;
}
</style>
background-color css
<style>
a { background-color: #DCCE83; }
a { background-color: rgb(220,206,131); }
div.DivClassName
{
background-color: #DCCE83;
}
.BgClassName
{
background-color: #DCCE83;
}
</style>
border-color css
<style>
span { border-color: #DCCE83; }
span { border-color: rgb(220,206,131); }
td.TdClassName
{
border-color: #DCCE83;
}
.TagClassName
{
border-color: #DCCE83;
}
</style>