Shades of Sandwisp #D7CA7B
Tints of Sandwisp #D7CA7B
RGB
CMYK
RGB Variations
Color information
#D7CA7B (or 0xD7CA7B) is known color: Sandwisp. HEX triplet: D7, CA and 7B. RGB value is (215,202,123). Sum of RGB (Red+Green+Blue) = 215+202+123=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA7B is #283584. Grayscale: #C5C5C5. Windows color (decimal): -2635141 or 8112855. OLE color: 8112855.
HSL color Cylindrical-coordinate representation of color #D7CA7B: hue angle of 51.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7CA7B is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 123 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.16 |
| HSL | 51.52º | 0.53% | 0.66% | - |
| HSV(B) | 51.52º | 0.43% | 0.84% | - |
| XYZ | 52.72 | 58.12 | 27.18 | - |
| YUV | 196.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 123 | 0 | 0.06 | 0.43 | 0.16 | 51.52 | 0.53 | 0.66 |
| Hex | D7 | CA | 7B | 0 | 6 | 2B | 10 | 34 | 35 | 42 |
| Octal | 327 | 312 | 173 | 0 | 6 | 53 | 20 | 64 | 65 | 102 |
| Binary | 11010111 | 11001010 | 1111011 | 0 | 110 | 101011 | 10000 | 110100 | 110101 | 1000010 |
Color Harmonies of #D7CA7B
Complementary color
Monochromatic Colors of #D7CA7B
Black with #D7CA7B
Text Example
Text Example
White with #D7CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CA7B; }
p { color: rgb(215,202,123); }
H1.HeaderClassName
{
color: #D7CA7B;
}
.AnyTagClassName
{
color: #D7CA7B;
}
</style>
background-color css
<style>
a { background-color: #D7CA7B; }
a { background-color: rgb(215,202,123); }
div.DivClassName
{
background-color: #D7CA7B;
}
.BgClassName
{
background-color: #D7CA7B;
}
</style>
border-color css
<style>
span { border-color: #D7CA7B; }
span { border-color: rgb(215,202,123); }
td.TdClassName
{
border-color: #D7CA7B;
}
.TagClassName
{
border-color: #D7CA7B;
}
</style>