Shades of Sandwisp #D7CF7E
Tints of Sandwisp #D7CF7E
RGB
CMYK
RGB Variations
Color information
#D7CF7E (or 0xD7CF7E) is known color: Sandwisp. HEX triplet: D7, CF and 7E. RGB value is (215,207,126). Sum of RGB (Red+Green+Blue) = 215+207+126=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF7E is #283081. Grayscale: #C8C8C8. Windows color (decimal): -2633858 or 8310743. OLE color: 8310743.
HSL color Cylindrical-coordinate representation of color #D7CF7E: hue angle of 54.61º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7CF7E is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 126 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.16 |
| HSL | 54.61º | 0.53% | 0.67% | - |
| HSV(B) | 54.61º | 0.41% | 0.84% | - |
| XYZ | 54.1 | 60.58 | 28.58 | - |
| YUV | 200.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 126 | 0 | 0.04 | 0.41 | 0.16 | 54.61 | 0.53 | 0.67 |
| Hex | D7 | CF | 7E | 0 | 4 | 29 | 10 | 37 | 35 | 43 |
| Octal | 327 | 317 | 176 | 0 | 4 | 51 | 20 | 67 | 65 | 103 |
| Binary | 11010111 | 11001111 | 1111110 | 0 | 100 | 101001 | 10000 | 110111 | 110101 | 1000011 |
Color Harmonies of #D7CF7E
Complementary color
Monochromatic Colors of #D7CF7E
Black with #D7CF7E
Text Example
Text Example
White with #D7CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF7E; }
p { color: rgb(215,207,126); }
H1.HeaderClassName
{
color: #D7CF7E;
}
.AnyTagClassName
{
color: #D7CF7E;
}
</style>
background-color css
<style>
a { background-color: #D7CF7E; }
a { background-color: rgb(215,207,126); }
div.DivClassName
{
background-color: #D7CF7E;
}
.BgClassName
{
background-color: #D7CF7E;
}
</style>
border-color css
<style>
span { border-color: #D7CF7E; }
span { border-color: rgb(215,207,126); }
td.TdClassName
{
border-color: #D7CF7E;
}
.TagClassName
{
border-color: #D7CF7E;
}
</style>