Shades of Sandwisp #D9CA7B
Tints of Sandwisp #D9CA7B
RGB
CMYK
RGB Variations
Color information
#D9CA7B (or 0xD9CA7B) is known color: Sandwisp. HEX triplet: D9, CA and 7B. RGB value is (217,202,123). Sum of RGB (Red+Green+Blue) = 217+202+123=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA7B is #263584. Grayscale: #C5C5C5. Windows color (decimal): -2504069 or 8112857. OLE color: 8112857.
HSL color Cylindrical-coordinate representation of color #D9CA7B: hue angle of 50.43º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9CA7B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 123 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.15 |
| HSL | 50.43º | 0.55% | 0.67% | - |
| HSV(B) | 50.43º | 0.43% | 0.85% | - |
| XYZ | 53.31 | 58.42 | 27.21 | - |
| YUV | 197.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 123 | 0 | 0.07 | 0.43 | 0.15 | 50.43 | 0.55 | 0.67 |
| Hex | D9 | CA | 7B | 0 | 7 | 2B | F | 32 | 37 | 43 |
| Octal | 331 | 312 | 173 | 0 | 7 | 53 | 17 | 62 | 67 | 103 |
| Binary | 11011001 | 11001010 | 1111011 | 0 | 111 | 101011 | 1111 | 110010 | 110111 | 1000011 |
Color Harmonies of #D9CA7B
Complementary color
Monochromatic Colors of #D9CA7B
Black with #D9CA7B
Text Example
Text Example
White with #D9CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CA7B; }
p { color: rgb(217,202,123); }
H1.HeaderClassName
{
color: #D9CA7B;
}
.AnyTagClassName
{
color: #D9CA7B;
}
</style>
background-color css
<style>
a { background-color: #D9CA7B; }
a { background-color: rgb(217,202,123); }
div.DivClassName
{
background-color: #D9CA7B;
}
.BgClassName
{
background-color: #D9CA7B;
}
</style>
border-color css
<style>
span { border-color: #D9CA7B; }
span { border-color: rgb(217,202,123); }
td.TdClassName
{
border-color: #D9CA7B;
}
.TagClassName
{
border-color: #D9CA7B;
}
</style>