Shades of Sandwisp #DDC87B
Tints of Sandwisp #DDC87B
RGB
CMYK
RGB Variations
Color information
#DDC87B (or 0xDDC87B) is known color: Sandwisp. HEX triplet: DD, C8 and 7B. RGB value is (221,200,123). Sum of RGB (Red+Green+Blue) = 221+200+123=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC87B is #223784. Grayscale: #C5C5C5. Windows color (decimal): -2242437 or 8112349. OLE color: 8112349.
HSL color Cylindrical-coordinate representation of color #DDC87B: hue angle of 47.14º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDC87B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 123 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.13 |
| HSL | 47.14º | 0.59% | 0.67% | - |
| HSV(B) | 47.14º | 0.44% | 0.87% | - |
| XYZ | 54.05 | 58.11 | 27.11 | - |
| YUV | 197.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 123 | 0 | 0.10 | 0.44 | 0.13 | 47.14 | 0.59 | 0.67 |
| Hex | DD | C8 | 7B | 0 | A | 2C | D | 2F | 3B | 43 |
| Octal | 335 | 310 | 173 | 0 | 12 | 54 | 15 | 57 | 73 | 103 |
| Binary | 11011101 | 11001000 | 1111011 | 0 | 1010 | 101100 | 1101 | 101111 | 111011 | 1000011 |
Color Harmonies of #DDC87B
Complementary color
Monochromatic Colors of #DDC87B
Black with #DDC87B
Text Example
Text Example
White with #DDC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC87B; }
p { color: rgb(221,200,123); }
H1.HeaderClassName
{
color: #DDC87B;
}
.AnyTagClassName
{
color: #DDC87B;
}
</style>
background-color css
<style>
a { background-color: #DDC87B; }
a { background-color: rgb(221,200,123); }
div.DivClassName
{
background-color: #DDC87B;
}
.BgClassName
{
background-color: #DDC87B;
}
</style>
border-color css
<style>
span { border-color: #DDC87B; }
span { border-color: rgb(221,200,123); }
td.TdClassName
{
border-color: #DDC87B;
}
.TagClassName
{
border-color: #DDC87B;
}
</style>