Shades of Sandwisp #D7CE7D
Tints of Sandwisp #D7CE7D
RGB
CMYK
RGB Variations
Color information
#D7CE7D (or 0xD7CE7D) is known color: Sandwisp. HEX triplet: D7, CE and 7D. RGB value is (215,206,125). Sum of RGB (Red+Green+Blue) = 215+206+125=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE7D is #283182. Grayscale: #C7C7C7. Windows color (decimal): -2634115 or 8244951. OLE color: 8244951.
HSL color Cylindrical-coordinate representation of color #D7CE7D: hue angle of 54º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7CE7D is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 125 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.16 |
| HSL | 54º | 0.53% | 0.67% | - |
| HSV(B) | 54º | 0.42% | 0.84% | - |
| XYZ | 53.8 | 60.07 | 28.16 | - |
| YUV | 199.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 125 | 0 | 0.04 | 0.42 | 0.16 | 54 | 0.53 | 0.67 |
| Hex | D7 | CE | 7D | 0 | 4 | 2A | 10 | 36 | 35 | 43 |
| Octal | 327 | 316 | 175 | 0 | 4 | 52 | 20 | 66 | 65 | 103 |
| Binary | 11010111 | 11001110 | 1111101 | 0 | 100 | 101010 | 10000 | 110110 | 110101 | 1000011 |
Color Harmonies of #D7CE7D
Complementary color
Monochromatic Colors of #D7CE7D
Black with #D7CE7D
Text Example
Text Example
White with #D7CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE7D; }
p { color: rgb(215,206,125); }
H1.HeaderClassName
{
color: #D7CE7D;
}
.AnyTagClassName
{
color: #D7CE7D;
}
</style>
background-color css
<style>
a { background-color: #D7CE7D; }
a { background-color: rgb(215,206,125); }
div.DivClassName
{
background-color: #D7CE7D;
}
.BgClassName
{
background-color: #D7CE7D;
}
</style>
border-color css
<style>
span { border-color: #D7CE7D; }
span { border-color: rgb(215,206,125); }
td.TdClassName
{
border-color: #D7CE7D;
}
.TagClassName
{
border-color: #D7CE7D;
}
</style>