Shades of Sandwisp #D6C97B
Tints of Sandwisp #D6C97B
RGB
CMYK
RGB Variations
Color information
#D6C97B (or 0xD6C97B) is known color: Sandwisp. HEX triplet: D6, C9 and 7B. RGB value is (214,201,123). Sum of RGB (Red+Green+Blue) = 214+201+123=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C97B is #293684. Grayscale: #C4C4C4. Windows color (decimal): -2700933 or 8112598. OLE color: 8112598.
HSL color Cylindrical-coordinate representation of color #D6C97B: hue angle of 51.43º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6C97B is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 123 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.16 |
| HSL | 51.43º | 0.53% | 0.66% | - |
| HSV(B) | 51.43º | 0.43% | 0.84% | - |
| XYZ | 52.19 | 57.5 | 27.09 | - |
| YUV | 196 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 123 | 0 | 0.06 | 0.43 | 0.16 | 51.43 | 0.53 | 0.66 |
| Hex | D6 | C9 | 7B | 0 | 6 | 2B | 10 | 33 | 35 | 42 |
| Octal | 326 | 311 | 173 | 0 | 6 | 53 | 20 | 63 | 65 | 102 |
| Binary | 11010110 | 11001001 | 1111011 | 0 | 110 | 101011 | 10000 | 110011 | 110101 | 1000010 |
Color Harmonies of #D6C97B
Complementary color
Monochromatic Colors of #D6C97B
Black with #D6C97B
Text Example
Text Example
White with #D6C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C97B; }
p { color: rgb(214,201,123); }
H1.HeaderClassName
{
color: #D6C97B;
}
.AnyTagClassName
{
color: #D6C97B;
}
</style>
background-color css
<style>
a { background-color: #D6C97B; }
a { background-color: rgb(214,201,123); }
div.DivClassName
{
background-color: #D6C97B;
}
.BgClassName
{
background-color: #D6C97B;
}
</style>
border-color css
<style>
span { border-color: #D6C97B; }
span { border-color: rgb(214,201,123); }
td.TdClassName
{
border-color: #D6C97B;
}
.TagClassName
{
border-color: #D6C97B;
}
</style>