Shades of Sandwisp #D9CC7D
Tints of Sandwisp #D9CC7D
RGB
CMYK
RGB Variations
Color information
#D9CC7D (or 0xD9CC7D) is known color: Sandwisp. HEX triplet: D9, CC and 7D. RGB value is (217,204,125). Sum of RGB (Red+Green+Blue) = 217+204+125=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC7D is #263382. Grayscale: #C7C7C7. Windows color (decimal): -2503555 or 8244441. OLE color: 8244441.
HSL color Cylindrical-coordinate representation of color #D9CC7D: hue angle of 51.52º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9CC7D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 125 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.15 |
| HSL | 51.52º | 0.55% | 0.67% | - |
| HSV(B) | 51.52º | 0.42% | 0.85% | - |
| XYZ | 53.91 | 59.42 | 28.03 | - |
| YUV | 198.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 125 | 0 | 0.06 | 0.42 | 0.15 | 51.52 | 0.55 | 0.67 |
| Hex | D9 | CC | 7D | 0 | 6 | 2A | F | 34 | 37 | 43 |
| Octal | 331 | 314 | 175 | 0 | 6 | 52 | 17 | 64 | 67 | 103 |
| Binary | 11011001 | 11001100 | 1111101 | 0 | 110 | 101010 | 1111 | 110100 | 110111 | 1000011 |
Color Harmonies of #D9CC7D
Complementary color
Monochromatic Colors of #D9CC7D
Black with #D9CC7D
Text Example
Text Example
White with #D9CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC7D; }
p { color: rgb(217,204,125); }
H1.HeaderClassName
{
color: #D9CC7D;
}
.AnyTagClassName
{
color: #D9CC7D;
}
</style>
background-color css
<style>
a { background-color: #D9CC7D; }
a { background-color: rgb(217,204,125); }
div.DivClassName
{
background-color: #D9CC7D;
}
.BgClassName
{
background-color: #D9CC7D;
}
</style>
border-color css
<style>
span { border-color: #D9CC7D; }
span { border-color: rgb(217,204,125); }
td.TdClassName
{
border-color: #D9CC7D;
}
.TagClassName
{
border-color: #D9CC7D;
}
</style>