Shades of Sandwisp #D6CE7D
Tints of Sandwisp #D6CE7D
RGB
CMYK
RGB Variations
Color information
#D6CE7D (or 0xD6CE7D) is known color: Sandwisp. HEX triplet: D6, CE and 7D. RGB value is (214,206,125). Sum of RGB (Red+Green+Blue) = 214+206+125=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE7D is #293182. Grayscale: #C7C7C7. Windows color (decimal): -2699651 or 8244950. OLE color: 8244950.
HSL color Cylindrical-coordinate representation of color #D6CE7D: hue angle of 54.61º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6CE7D is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 125 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.16 |
| HSL | 54.61º | 0.52% | 0.66% | - |
| HSV(B) | 54.61º | 0.42% | 0.84% | - |
| XYZ | 53.5 | 59.92 | 28.15 | - |
| YUV | 199.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 125 | 0 | 0.04 | 0.42 | 0.16 | 54.61 | 0.52 | 0.66 |
| Hex | D6 | CE | 7D | 0 | 4 | 2A | 10 | 37 | 34 | 42 |
| Octal | 326 | 316 | 175 | 0 | 4 | 52 | 20 | 67 | 64 | 102 |
| Binary | 11010110 | 11001110 | 1111101 | 0 | 100 | 101010 | 10000 | 110111 | 110100 | 1000010 |
Color Harmonies of #D6CE7D
Complementary color
Monochromatic Colors of #D6CE7D
Black with #D6CE7D
Text Example
Text Example
White with #D6CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE7D; }
p { color: rgb(214,206,125); }
H1.HeaderClassName
{
color: #D6CE7D;
}
.AnyTagClassName
{
color: #D6CE7D;
}
</style>
background-color css
<style>
a { background-color: #D6CE7D; }
a { background-color: rgb(214,206,125); }
div.DivClassName
{
background-color: #D6CE7D;
}
.BgClassName
{
background-color: #D6CE7D;
}
</style>
border-color css
<style>
span { border-color: #D6CE7D; }
span { border-color: rgb(214,206,125); }
td.TdClassName
{
border-color: #D6CE7D;
}
.TagClassName
{
border-color: #D6CE7D;
}
</style>