Shades of Sandwisp #D7CA82
Tints of Sandwisp #D7CA82
RGB
CMYK
RGB Variations
Color information
#D7CA82 (or 0xD7CA82) is known color: Sandwisp. HEX triplet: D7, CA and 82. RGB value is (215,202,130). Sum of RGB (Red+Green+Blue) = 215+202+130=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CA82 is #28357D. Grayscale: #C5C5C5. Windows color (decimal): -2635134 or 8571607. OLE color: 8571607.
HSL color Cylindrical-coordinate representation of color #D7CA82: hue angle of 50.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7CA82 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 130 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.16 |
| HSL | 50.82º | 0.52% | 0.68% | - |
| HSV(B) | 50.82º | 0.4% | 0.84% | - |
| XYZ | 53.17 | 58.3 | 29.57 | - |
| YUV | 197.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 130 | 0 | 0.06 | 0.40 | 0.16 | 50.82 | 0.52 | 0.68 |
| Hex | D7 | CA | 82 | 0 | 6 | 28 | 10 | 33 | 34 | 44 |
| Octal | 327 | 312 | 202 | 0 | 6 | 50 | 20 | 63 | 64 | 104 |
| Binary | 11010111 | 11001010 | 10000010 | 0 | 110 | 101000 | 10000 | 110011 | 110100 | 1000100 |
Color Harmonies of #D7CA82
Complementary color
Monochromatic Colors of #D7CA82
Black with #D7CA82
Text Example
Text Example
White with #D7CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA82; }
p { color: rgb(215,202,130); }
H1.HeaderClassName
{
color: #D7CA82;
}
.AnyTagClassName
{
color: #D7CA82;
}
</style>
background-color css
<style>
a { background-color: #D7CA82; }
a { background-color: rgb(215,202,130); }
div.DivClassName
{
background-color: #D7CA82;
}
.BgClassName
{
background-color: #D7CA82;
}
</style>
border-color css
<style>
span { border-color: #D7CA82; }
span { border-color: rgb(215,202,130); }
td.TdClassName
{
border-color: #D7CA82;
}
.TagClassName
{
border-color: #D7CA82;
}
</style>