Shades of Sandwisp #D5CA76
Tints of Sandwisp #D5CA76
RGB
CMYK
RGB Variations
Color information
#D5CA76 (or 0xD5CA76) is known color: Sandwisp. HEX triplet: D5, CA and 76. RGB value is (213,202,118). Sum of RGB (Red+Green+Blue) = 213+202+118=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA76 is #2A3589. Grayscale: #C4C4C4. Windows color (decimal): -2766218 or 7785173. OLE color: 7785173.
HSL color Cylindrical-coordinate representation of color #D5CA76: hue angle of 53.05º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5CA76 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 118 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.16 |
| HSL | 53.05º | 0.53% | 0.65% | - |
| HSV(B) | 53.05º | 0.45% | 0.84% | - |
| XYZ | 51.83 | 57.7 | 25.54 | - |
| YUV | 195.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 118 | 0 | 0.05 | 0.45 | 0.16 | 53.05 | 0.53 | 0.65 |
| Hex | D5 | CA | 76 | 0 | 5 | 2D | 10 | 35 | 35 | 41 |
| Octal | 325 | 312 | 166 | 0 | 5 | 55 | 20 | 65 | 65 | 101 |
| Binary | 11010101 | 11001010 | 1110110 | 0 | 101 | 101101 | 10000 | 110101 | 110101 | 1000001 |
Color Harmonies of #D5CA76
Complementary color
Monochromatic Colors of #D5CA76
Black with #D5CA76
Text Example
Text Example
White with #D5CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA76; }
p { color: rgb(213,202,118); }
H1.HeaderClassName
{
color: #D5CA76;
}
.AnyTagClassName
{
color: #D5CA76;
}
</style>
background-color css
<style>
a { background-color: #D5CA76; }
a { background-color: rgb(213,202,118); }
div.DivClassName
{
background-color: #D5CA76;
}
.BgClassName
{
background-color: #D5CA76;
}
</style>
border-color css
<style>
span { border-color: #D5CA76; }
span { border-color: rgb(213,202,118); }
td.TdClassName
{
border-color: #D5CA76;
}
.TagClassName
{
border-color: #D5CA76;
}
</style>