Shades of Sandwisp #DDD07F
Tints of Sandwisp #DDD07F
RGB
CMYK
RGB Variations
Color information
#DDD07F (or 0xDDD07F) is known color: Sandwisp. HEX triplet: DD, D0 and 7F. RGB value is (221,208,127). Sum of RGB (Red+Green+Blue) = 221+208+127=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD07F is #222F80. Grayscale: #CACACA. Windows color (decimal): -2240385 or 8376541. OLE color: 8376541.
HSL color Cylindrical-coordinate representation of color #DDD07F: hue angle of 51.7º degrees, saturation: 0.58, 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 #DDD07F is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 127 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.13 |
| HSL | 51.7º | 0.58% | 0.68% | - |
| HSV(B) | 51.7º | 0.43% | 0.87% | - |
| XYZ | 56.21 | 62.02 | 29.09 | - |
| YUV | 202.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 127 | 0 | 0.06 | 0.43 | 0.13 | 51.7 | 0.58 | 0.68 |
| Hex | DD | D0 | 7F | 0 | 6 | 2B | D | 34 | 3A | 44 |
| Octal | 335 | 320 | 177 | 0 | 6 | 53 | 15 | 64 | 72 | 104 |
| Binary | 11011101 | 11010000 | 1111111 | 0 | 110 | 101011 | 1101 | 110100 | 111010 | 1000100 |
Color Harmonies of #DDD07F
Complementary color
Monochromatic Colors of #DDD07F
Black with #DDD07F
Text Example
Text Example
White with #DDD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD07F; }
p { color: rgb(221,208,127); }
H1.HeaderClassName
{
color: #DDD07F;
}
.AnyTagClassName
{
color: #DDD07F;
}
</style>
background-color css
<style>
a { background-color: #DDD07F; }
a { background-color: rgb(221,208,127); }
div.DivClassName
{
background-color: #DDD07F;
}
.BgClassName
{
background-color: #DDD07F;
}
</style>
border-color css
<style>
span { border-color: #DDD07F; }
span { border-color: rgb(221,208,127); }
td.TdClassName
{
border-color: #DDD07F;
}
.TagClassName
{
border-color: #DDD07F;
}
</style>