Shades of Sandwisp #DDC97A
Tints of Sandwisp #DDC97A
RGB
CMYK
RGB Variations
Color information
#DDC97A (or 0xDDC97A) is known color: Sandwisp. HEX triplet: DD, C9 and 7A. RGB value is (221,201,122). Sum of RGB (Red+Green+Blue) = 221+201+122=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC97A is #223685. Grayscale: #C6C6C6. Windows color (decimal): -2242182 or 8047069. OLE color: 8047069.
HSL color Cylindrical-coordinate representation of color #DDC97A: hue angle of 47.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDC97A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 122 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.13 |
| HSL | 47.88º | 0.59% | 0.67% | - |
| HSV(B) | 47.88º | 0.45% | 0.87% | - |
| XYZ | 54.22 | 58.55 | 26.86 | - |
| YUV | 197.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 122 | 0 | 0.09 | 0.45 | 0.13 | 47.88 | 0.59 | 0.67 |
| Hex | DD | C9 | 7A | 0 | 9 | 2D | D | 30 | 3B | 43 |
| Octal | 335 | 311 | 172 | 0 | 11 | 55 | 15 | 60 | 73 | 103 |
| Binary | 11011101 | 11001001 | 1111010 | 0 | 1001 | 101101 | 1101 | 110000 | 111011 | 1000011 |
Color Harmonies of #DDC97A
Complementary color
Monochromatic Colors of #DDC97A
Black with #DDC97A
Text Example
Text Example
White with #DDC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC97A; }
p { color: rgb(221,201,122); }
H1.HeaderClassName
{
color: #DDC97A;
}
.AnyTagClassName
{
color: #DDC97A;
}
</style>
background-color css
<style>
a { background-color: #DDC97A; }
a { background-color: rgb(221,201,122); }
div.DivClassName
{
background-color: #DDC97A;
}
.BgClassName
{
background-color: #DDC97A;
}
</style>
border-color css
<style>
span { border-color: #DDC97A; }
span { border-color: rgb(221,201,122); }
td.TdClassName
{
border-color: #DDC97A;
}
.TagClassName
{
border-color: #DDC97A;
}
</style>