Shades of Sandwisp #D9CB7F
Tints of Sandwisp #D9CB7F
RGB
CMYK
RGB Variations
Color information
#D9CB7F (or 0xD9CB7F) is known color: Sandwisp. HEX triplet: D9, CB and 7F. RGB value is (217,203,127). Sum of RGB (Red+Green+Blue) = 217+203+127=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB7F is #263480. Grayscale: #C6C6C6. Windows color (decimal): -2503809 or 8375257. OLE color: 8375257.
HSL color Cylindrical-coordinate representation of color #D9CB7F: hue angle of 50.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9CB7F is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 127 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.15 |
| HSL | 50.67º | 0.54% | 0.67% | - |
| HSV(B) | 50.67º | 0.41% | 0.85% | - |
| XYZ | 53.8 | 59 | 28.63 | - |
| YUV | 198.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 127 | 0 | 0.06 | 0.41 | 0.15 | 50.67 | 0.54 | 0.67 |
| Hex | D9 | CB | 7F | 0 | 6 | 29 | F | 33 | 36 | 43 |
| Octal | 331 | 313 | 177 | 0 | 6 | 51 | 17 | 63 | 66 | 103 |
| Binary | 11011001 | 11001011 | 1111111 | 0 | 110 | 101001 | 1111 | 110011 | 110110 | 1000011 |
Color Harmonies of #D9CB7F
Complementary color
Monochromatic Colors of #D9CB7F
Black with #D9CB7F
Text Example
Text Example
White with #D9CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB7F; }
p { color: rgb(217,203,127); }
H1.HeaderClassName
{
color: #D9CB7F;
}
.AnyTagClassName
{
color: #D9CB7F;
}
</style>
background-color css
<style>
a { background-color: #D9CB7F; }
a { background-color: rgb(217,203,127); }
div.DivClassName
{
background-color: #D9CB7F;
}
.BgClassName
{
background-color: #D9CB7F;
}
</style>
border-color css
<style>
span { border-color: #D9CB7F; }
span { border-color: rgb(217,203,127); }
td.TdClassName
{
border-color: #D9CB7F;
}
.TagClassName
{
border-color: #D9CB7F;
}
</style>