Shades of Sandwisp #D6CC80
Tints of Sandwisp #D6CC80
RGB
CMYK
RGB Variations
Color information
#D6CC80 (or 0xD6CC80) is known color: Sandwisp. HEX triplet: D6, CC and 80. RGB value is (214,204,128). Sum of RGB (Red+Green+Blue) = 214+204+128=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC80 is #29337F. Grayscale: #C6C6C6. Windows color (decimal): -2700160 or 8441046. OLE color: 8441046.
HSL color Cylindrical-coordinate representation of color #D6CC80: hue angle of 53.02º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6CC80 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 128 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.16 |
| HSL | 53.02º | 0.51% | 0.67% | - |
| HSV(B) | 53.02º | 0.4% | 0.84% | - |
| XYZ | 53.22 | 59.04 | 29.01 | - |
| YUV | 198.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 128 | 0 | 0.05 | 0.40 | 0.16 | 53.02 | 0.51 | 0.67 |
| Hex | D6 | CC | 80 | 0 | 5 | 28 | 10 | 35 | 33 | 43 |
| Octal | 326 | 314 | 200 | 0 | 5 | 50 | 20 | 65 | 63 | 103 |
| Binary | 11010110 | 11001100 | 10000000 | 0 | 101 | 101000 | 10000 | 110101 | 110011 | 1000011 |
Color Harmonies of #D6CC80
Complementary color
Monochromatic Colors of #D6CC80
Black with #D6CC80
Text Example
Text Example
White with #D6CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC80; }
p { color: rgb(214,204,128); }
H1.HeaderClassName
{
color: #D6CC80;
}
.AnyTagClassName
{
color: #D6CC80;
}
</style>
background-color css
<style>
a { background-color: #D6CC80; }
a { background-color: rgb(214,204,128); }
div.DivClassName
{
background-color: #D6CC80;
}
.BgClassName
{
background-color: #D6CC80;
}
</style>
border-color css
<style>
span { border-color: #D6CC80; }
span { border-color: rgb(214,204,128); }
td.TdClassName
{
border-color: #D6CC80;
}
.TagClassName
{
border-color: #D6CC80;
}
</style>