Shades of Sandwisp #DDC77C
Tints of Sandwisp #DDC77C
RGB
CMYK
RGB Variations
Color information
#DDC77C (or 0xDDC77C) is known color: Sandwisp. HEX triplet: DD, C7 and 7C. RGB value is (221,199,124). Sum of RGB (Red+Green+Blue) = 221+199+124=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC77C is #223883. Grayscale: #C5C5C5. Windows color (decimal): -2242692 or 8177629. OLE color: 8177629.
HSL color Cylindrical-coordinate representation of color #DDC77C: hue angle of 46.39º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDC77C is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 124 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.13 |
| HSL | 46.39º | 0.59% | 0.68% | - |
| HSV(B) | 46.39º | 0.44% | 0.87% | - |
| XYZ | 53.88 | 57.67 | 27.36 | - |
| YUV | 197.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 124 | 0 | 0.10 | 0.44 | 0.13 | 46.39 | 0.59 | 0.68 |
| Hex | DD | C7 | 7C | 0 | A | 2C | D | 2E | 3B | 44 |
| Octal | 335 | 307 | 174 | 0 | 12 | 54 | 15 | 56 | 73 | 104 |
| Binary | 11011101 | 11000111 | 1111100 | 0 | 1010 | 101100 | 1101 | 101110 | 111011 | 1000100 |
Color Harmonies of #DDC77C
Complementary color
Monochromatic Colors of #DDC77C
Black with #DDC77C
Text Example
Text Example
White with #DDC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC77C; }
p { color: rgb(221,199,124); }
H1.HeaderClassName
{
color: #DDC77C;
}
.AnyTagClassName
{
color: #DDC77C;
}
</style>
background-color css
<style>
a { background-color: #DDC77C; }
a { background-color: rgb(221,199,124); }
div.DivClassName
{
background-color: #DDC77C;
}
.BgClassName
{
background-color: #DDC77C;
}
</style>
border-color css
<style>
span { border-color: #DDC77C; }
span { border-color: rgb(221,199,124); }
td.TdClassName
{
border-color: #DDC77C;
}
.TagClassName
{
border-color: #DDC77C;
}
</style>