Shades of Sandwisp #D7CF7D
Tints of Sandwisp #D7CF7D
RGB
CMYK
RGB Variations
Color information
#D7CF7D (or 0xD7CF7D) is known color: Sandwisp. HEX triplet: D7, CF and 7D. RGB value is (215,207,125). Sum of RGB (Red+Green+Blue) = 215+207+125=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF7D is #283082. Grayscale: #C8C8C8. Windows color (decimal): -2633859 or 8245207. OLE color: 8245207.
HSL color Cylindrical-coordinate representation of color #D7CF7D: hue angle of 54.67º 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 #D7CF7D is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 125 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.16 |
| HSL | 54.67º | 0.53% | 0.67% | - |
| HSV(B) | 54.67º | 0.42% | 0.84% | - |
| XYZ | 54.04 | 60.55 | 28.24 | - |
| YUV | 200.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 125 | 0 | 0.04 | 0.42 | 0.16 | 54.67 | 0.53 | 0.67 |
| Hex | D7 | CF | 7D | 0 | 4 | 2A | 10 | 37 | 35 | 43 |
| Octal | 327 | 317 | 175 | 0 | 4 | 52 | 20 | 67 | 65 | 103 |
| Binary | 11010111 | 11001111 | 1111101 | 0 | 100 | 101010 | 10000 | 110111 | 110101 | 1000011 |
Color Harmonies of #D7CF7D
Complementary color
Monochromatic Colors of #D7CF7D
Black with #D7CF7D
Text Example
Text Example
White with #D7CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF7D; }
p { color: rgb(215,207,125); }
H1.HeaderClassName
{
color: #D7CF7D;
}
.AnyTagClassName
{
color: #D7CF7D;
}
</style>
background-color css
<style>
a { background-color: #D7CF7D; }
a { background-color: rgb(215,207,125); }
div.DivClassName
{
background-color: #D7CF7D;
}
.BgClassName
{
background-color: #D7CF7D;
}
</style>
border-color css
<style>
span { border-color: #D7CF7D; }
span { border-color: rgb(215,207,125); }
td.TdClassName
{
border-color: #D7CF7D;
}
.TagClassName
{
border-color: #D7CF7D;
}
</style>