Shades of Sandwisp #DDC77D
Tints of Sandwisp #DDC77D
RGB
CMYK
RGB Variations
Color information
#DDC77D (or 0xDDC77D) is known color: Sandwisp. HEX triplet: DD, C7 and 7D. RGB value is (221,199,125). Sum of RGB (Red+Green+Blue) = 221+199+125=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC77D is #223882. Grayscale: #C5C5C5. Windows color (decimal): -2242691 or 8243165. OLE color: 8243165.
HSL color Cylindrical-coordinate representation of color #DDC77D: hue angle of 46.25º 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 #DDC77D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 125 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.13 |
| HSL | 46.25º | 0.59% | 0.68% | - |
| HSV(B) | 46.25º | 0.43% | 0.87% | - |
| XYZ | 53.94 | 57.7 | 27.7 | - |
| YUV | 197.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 125 | 0 | 0.10 | 0.43 | 0.13 | 46.25 | 0.59 | 0.68 |
| Hex | DD | C7 | 7D | 0 | A | 2B | D | 2E | 3B | 44 |
| Octal | 335 | 307 | 175 | 0 | 12 | 53 | 15 | 56 | 73 | 104 |
| Binary | 11011101 | 11000111 | 1111101 | 0 | 1010 | 101011 | 1101 | 101110 | 111011 | 1000100 |
Color Harmonies of #DDC77D
Complementary color
Monochromatic Colors of #DDC77D
Black with #DDC77D
Text Example
Text Example
White with #DDC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC77D; }
p { color: rgb(221,199,125); }
H1.HeaderClassName
{
color: #DDC77D;
}
.AnyTagClassName
{
color: #DDC77D;
}
</style>
background-color css
<style>
a { background-color: #DDC77D; }
a { background-color: rgb(221,199,125); }
div.DivClassName
{
background-color: #DDC77D;
}
.BgClassName
{
background-color: #DDC77D;
}
</style>
border-color css
<style>
span { border-color: #DDC77D; }
span { border-color: rgb(221,199,125); }
td.TdClassName
{
border-color: #DDC77D;
}
.TagClassName
{
border-color: #DDC77D;
}
</style>