Shades of Sandwisp #D8CD7A
Tints of Sandwisp #D8CD7A
RGB
CMYK
RGB Variations
Color information
#D8CD7A (or 0xD8CD7A) is known color: Sandwisp. HEX triplet: D8, CD and 7A. RGB value is (216,205,122). Sum of RGB (Red+Green+Blue) = 216+205+122=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD7A is #273285. Grayscale: #C7C7C7. Windows color (decimal): -2568838 or 8048088. OLE color: 8048088.
HSL color Cylindrical-coordinate representation of color #D8CD7A: hue angle of 52.98º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8CD7A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 122 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.15 |
| HSL | 52.98º | 0.55% | 0.66% | - |
| HSV(B) | 52.98º | 0.44% | 0.85% | - |
| XYZ | 53.66 | 59.67 | 27.1 | - |
| YUV | 198.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 122 | 0 | 0.05 | 0.44 | 0.15 | 52.98 | 0.55 | 0.66 |
| Hex | D8 | CD | 7A | 0 | 5 | 2C | F | 35 | 37 | 42 |
| Octal | 330 | 315 | 172 | 0 | 5 | 54 | 17 | 65 | 67 | 102 |
| Binary | 11011000 | 11001101 | 1111010 | 0 | 101 | 101100 | 1111 | 110101 | 110111 | 1000010 |
Color Harmonies of #D8CD7A
Complementary color
Monochromatic Colors of #D8CD7A
Black with #D8CD7A
Text Example
Text Example
White with #D8CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD7A; }
p { color: rgb(216,205,122); }
H1.HeaderClassName
{
color: #D8CD7A;
}
.AnyTagClassName
{
color: #D8CD7A;
}
</style>
background-color css
<style>
a { background-color: #D8CD7A; }
a { background-color: rgb(216,205,122); }
div.DivClassName
{
background-color: #D8CD7A;
}
.BgClassName
{
background-color: #D8CD7A;
}
</style>
border-color css
<style>
span { border-color: #D8CD7A; }
span { border-color: rgb(216,205,122); }
td.TdClassName
{
border-color: #D8CD7A;
}
.TagClassName
{
border-color: #D8CD7A;
}
</style>