Shades of Sandwisp #D9CA81
Tints of Sandwisp #D9CA81
RGB
CMYK
RGB Variations
Color information
#D9CA81 (or 0xD9CA81) is known color: Sandwisp. HEX triplet: D9, CA and 81. RGB value is (217,202,129). Sum of RGB (Red+Green+Blue) = 217+202+129=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CA81 is #26357E. Grayscale: #C6C6C6. Windows color (decimal): -2504063 or 8506073. OLE color: 8506073.
HSL color Cylindrical-coordinate representation of color #D9CA81: hue angle of 49.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9CA81 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 129 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.15 |
| HSL | 49.77º | 0.54% | 0.68% | - |
| HSV(B) | 49.77º | 0.41% | 0.85% | - |
| XYZ | 53.7 | 58.58 | 29.25 | - |
| YUV | 198.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 129 | 0 | 0.07 | 0.41 | 0.15 | 49.77 | 0.54 | 0.68 |
| Hex | D9 | CA | 81 | 0 | 7 | 29 | F | 32 | 36 | 44 |
| Octal | 331 | 312 | 201 | 0 | 7 | 51 | 17 | 62 | 66 | 104 |
| Binary | 11011001 | 11001010 | 10000001 | 0 | 111 | 101001 | 1111 | 110010 | 110110 | 1000100 |
Color Harmonies of #D9CA81
Complementary color
Monochromatic Colors of #D9CA81
Black with #D9CA81
Text Example
Text Example
White with #D9CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA81; }
p { color: rgb(217,202,129); }
H1.HeaderClassName
{
color: #D9CA81;
}
.AnyTagClassName
{
color: #D9CA81;
}
</style>
background-color css
<style>
a { background-color: #D9CA81; }
a { background-color: rgb(217,202,129); }
div.DivClassName
{
background-color: #D9CA81;
}
.BgClassName
{
background-color: #D9CA81;
}
</style>
border-color css
<style>
span { border-color: #D9CA81; }
span { border-color: rgb(217,202,129); }
td.TdClassName
{
border-color: #D9CA81;
}
.TagClassName
{
border-color: #D9CA81;
}
</style>