Shades of Sandwisp #DDC87D
Tints of Sandwisp #DDC87D
RGB
CMYK
RGB Variations
Color information
#DDC87D (or 0xDDC87D) is known color: Sandwisp. HEX triplet: DD, C8 and 7D. RGB value is (221,200,125). Sum of RGB (Red+Green+Blue) = 221+200+125=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC87D is #223782. Grayscale: #C6C6C6. Windows color (decimal): -2242435 or 8243421. OLE color: 8243421.
HSL color Cylindrical-coordinate representation of color #DDC87D: hue angle of 46.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDC87D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 125 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.13 |
| HSL | 46.88º | 0.59% | 0.68% | - |
| HSV(B) | 46.88º | 0.43% | 0.87% | - |
| XYZ | 54.17 | 58.16 | 27.77 | - |
| YUV | 197.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 125 | 0 | 0.10 | 0.43 | 0.13 | 46.88 | 0.59 | 0.68 |
| Hex | DD | C8 | 7D | 0 | A | 2B | D | 2F | 3B | 44 |
| Octal | 335 | 310 | 175 | 0 | 12 | 53 | 15 | 57 | 73 | 104 |
| Binary | 11011101 | 11001000 | 1111101 | 0 | 1010 | 101011 | 1101 | 101111 | 111011 | 1000100 |
Color Harmonies of #DDC87D
Complementary color
Monochromatic Colors of #DDC87D
Black with #DDC87D
Text Example
Text Example
White with #DDC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC87D; }
p { color: rgb(221,200,125); }
H1.HeaderClassName
{
color: #DDC87D;
}
.AnyTagClassName
{
color: #DDC87D;
}
</style>
background-color css
<style>
a { background-color: #DDC87D; }
a { background-color: rgb(221,200,125); }
div.DivClassName
{
background-color: #DDC87D;
}
.BgClassName
{
background-color: #DDC87D;
}
</style>
border-color css
<style>
span { border-color: #DDC87D; }
span { border-color: rgb(221,200,125); }
td.TdClassName
{
border-color: #DDC87D;
}
.TagClassName
{
border-color: #DDC87D;
}
</style>