Shades of Sandwisp #D6CB83
Tints of Sandwisp #D6CB83
RGB
CMYK
RGB Variations
Color information
#D6CB83 (or 0xD6CB83) is known color: Sandwisp. HEX triplet: D6, CB and 83. RGB value is (214,203,131). Sum of RGB (Red+Green+Blue) = 214+203+131=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB83 is #29347C. Grayscale: #C6C6C6. Windows color (decimal): -2700413 or 8637398. OLE color: 8637398.
HSL color Cylindrical-coordinate representation of color #D6CB83: hue angle of 52.05º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6CB83 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 131 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.16 |
| HSL | 52.05º | 0.5% | 0.68% | - |
| HSV(B) | 52.05º | 0.39% | 0.84% | - |
| XYZ | 53.18 | 58.65 | 29.99 | - |
| YUV | 198.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 131 | 0 | 0.05 | 0.39 | 0.16 | 52.05 | 0.5 | 0.68 |
| Hex | D6 | CB | 83 | 0 | 5 | 27 | 10 | 34 | 32 | 44 |
| Octal | 326 | 313 | 203 | 0 | 5 | 47 | 20 | 64 | 62 | 104 |
| Binary | 11010110 | 11001011 | 10000011 | 0 | 101 | 100111 | 10000 | 110100 | 110010 | 1000100 |
Color Harmonies of #D6CB83
Complementary color
Monochromatic Colors of #D6CB83
Black with #D6CB83
Text Example
Text Example
White with #D6CB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB83; }
p { color: rgb(214,203,131); }
H1.HeaderClassName
{
color: #D6CB83;
}
.AnyTagClassName
{
color: #D6CB83;
}
</style>
background-color css
<style>
a { background-color: #D6CB83; }
a { background-color: rgb(214,203,131); }
div.DivClassName
{
background-color: #D6CB83;
}
.BgClassName
{
background-color: #D6CB83;
}
</style>
border-color css
<style>
span { border-color: #D6CB83; }
span { border-color: rgb(214,203,131); }
td.TdClassName
{
border-color: #D6CB83;
}
.TagClassName
{
border-color: #D6CB83;
}
</style>