Shades of Sandwisp #DDCB7D
Tints of Sandwisp #DDCB7D
RGB
CMYK
RGB Variations
Color information
#DDCB7D (or 0xDDCB7D) is known color: Sandwisp. HEX triplet: DD, CB and 7D. RGB value is (221,203,125). Sum of RGB (Red+Green+Blue) = 221+203+125=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB7D is #223482. Grayscale: #C7C7C7. Windows color (decimal): -2241667 or 8244189. OLE color: 8244189.
HSL color Cylindrical-coordinate representation of color #DDCB7D: hue angle of 48.75º 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 #DDCB7D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 125 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.13 |
| HSL | 48.75º | 0.59% | 0.68% | - |
| HSV(B) | 48.75º | 0.43% | 0.87% | - |
| XYZ | 54.88 | 59.56 | 28.01 | - |
| YUV | 199.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 125 | 0 | 0.08 | 0.43 | 0.13 | 48.75 | 0.59 | 0.68 |
| Hex | DD | CB | 7D | 0 | 8 | 2B | D | 31 | 3B | 44 |
| Octal | 335 | 313 | 175 | 0 | 10 | 53 | 15 | 61 | 73 | 104 |
| Binary | 11011101 | 11001011 | 1111101 | 0 | 1000 | 101011 | 1101 | 110001 | 111011 | 1000100 |
Color Harmonies of #DDCB7D
Complementary color
Monochromatic Colors of #DDCB7D
Black with #DDCB7D
Text Example
Text Example
White with #DDCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB7D; }
p { color: rgb(221,203,125); }
H1.HeaderClassName
{
color: #DDCB7D;
}
.AnyTagClassName
{
color: #DDCB7D;
}
</style>
background-color css
<style>
a { background-color: #DDCB7D; }
a { background-color: rgb(221,203,125); }
div.DivClassName
{
background-color: #DDCB7D;
}
.BgClassName
{
background-color: #DDCB7D;
}
</style>
border-color css
<style>
span { border-color: #DDCB7D; }
span { border-color: rgb(221,203,125); }
td.TdClassName
{
border-color: #DDCB7D;
}
.TagClassName
{
border-color: #DDCB7D;
}
</style>