Shades of Sandwisp #DDD07B
Tints of Sandwisp #DDD07B
RGB
CMYK
RGB Variations
Color information
#DDD07B (or 0xDDD07B) is known color: Sandwisp. HEX triplet: DD, D0 and 7B. RGB value is (221,208,123). Sum of RGB (Red+Green+Blue) = 221+208+123=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD07B is #222F84. Grayscale: #CACACA. Windows color (decimal): -2240389 or 8114397. OLE color: 8114397.
HSL color Cylindrical-coordinate representation of color #DDD07B: hue angle of 52.04º 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 #DDD07B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 123 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.13 |
| HSL | 52.04º | 0.59% | 0.67% | - |
| HSV(B) | 52.04º | 0.44% | 0.87% | - |
| XYZ | 55.95 | 61.91 | 27.74 | - |
| YUV | 202.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 123 | 0 | 0.06 | 0.44 | 0.13 | 52.04 | 0.59 | 0.67 |
| Hex | DD | D0 | 7B | 0 | 6 | 2C | D | 34 | 3B | 43 |
| Octal | 335 | 320 | 173 | 0 | 6 | 54 | 15 | 64 | 73 | 103 |
| Binary | 11011101 | 11010000 | 1111011 | 0 | 110 | 101100 | 1101 | 110100 | 111011 | 1000011 |
Color Harmonies of #DDD07B
Complementary color
Monochromatic Colors of #DDD07B
Black with #DDD07B
Text Example
Text Example
White with #DDD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD07B; }
p { color: rgb(221,208,123); }
H1.HeaderClassName
{
color: #DDD07B;
}
.AnyTagClassName
{
color: #DDD07B;
}
</style>
background-color css
<style>
a { background-color: #DDD07B; }
a { background-color: rgb(221,208,123); }
div.DivClassName
{
background-color: #DDD07B;
}
.BgClassName
{
background-color: #DDD07B;
}
</style>
border-color css
<style>
span { border-color: #DDD07B; }
span { border-color: rgb(221,208,123); }
td.TdClassName
{
border-color: #DDD07B;
}
.TagClassName
{
border-color: #DDD07B;
}
</style>