Shades of Sandwisp #D6CB81
Tints of Sandwisp #D6CB81
RGB
CMYK
RGB Variations
Color information
#D6CB81 (or 0xD6CB81) is known color: Sandwisp. HEX triplet: D6, CB and 81. RGB value is (214,203,129). Sum of RGB (Red+Green+Blue) = 214+203+129=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB81 is #29347E. Grayscale: #C6C6C6. Windows color (decimal): -2700415 or 8506326. OLE color: 8506326.
HSL color Cylindrical-coordinate representation of color #D6CB81: hue angle of 52.24º 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 #D6CB81 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 129 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.16 |
| HSL | 52.24º | 0.51% | 0.67% | - |
| HSV(B) | 52.24º | 0.4% | 0.84% | - |
| XYZ | 53.05 | 58.59 | 29.28 | - |
| YUV | 197.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 129 | 0 | 0.05 | 0.40 | 0.16 | 52.24 | 0.51 | 0.67 |
| Hex | D6 | CB | 81 | 0 | 5 | 28 | 10 | 34 | 33 | 43 |
| Octal | 326 | 313 | 201 | 0 | 5 | 50 | 20 | 64 | 63 | 103 |
| Binary | 11010110 | 11001011 | 10000001 | 0 | 101 | 101000 | 10000 | 110100 | 110011 | 1000011 |
Color Harmonies of #D6CB81
Complementary color
Monochromatic Colors of #D6CB81
Black with #D6CB81
Text Example
Text Example
White with #D6CB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB81; }
p { color: rgb(214,203,129); }
H1.HeaderClassName
{
color: #D6CB81;
}
.AnyTagClassName
{
color: #D6CB81;
}
</style>
background-color css
<style>
a { background-color: #D6CB81; }
a { background-color: rgb(214,203,129); }
div.DivClassName
{
background-color: #D6CB81;
}
.BgClassName
{
background-color: #D6CB81;
}
</style>
border-color css
<style>
span { border-color: #D6CB81; }
span { border-color: rgb(214,203,129); }
td.TdClassName
{
border-color: #D6CB81;
}
.TagClassName
{
border-color: #D6CB81;
}
</style>