Shades of Sandwisp #DDCA7D
Tints of Sandwisp #DDCA7D
RGB
CMYK
RGB Variations
Color information
#DDCA7D (or 0xDDCA7D) is known color: Sandwisp. HEX triplet: DD, CA and 7D. RGB value is (221,202,125). Sum of RGB (Red+Green+Blue) = 221+202+125=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA7D is #223582. Grayscale: #C7C7C7. Windows color (decimal): -2241923 or 8243933. OLE color: 8243933.
HSL color Cylindrical-coordinate representation of color #DDCA7D: hue angle of 48.12º 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 #DDCA7D is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 125 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 48.13º | 0.59% | 0.68% | - |
| HSV(B) | 48.13º | 0.43% | 0.87% | - |
| XYZ | 54.64 | 59.09 | 27.93 | - |
| YUV | 198.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 125 | 0 | 0.09 | 0.43 | 0.13 | 48.13 | 0.59 | 0.68 |
| Hex | DD | CA | 7D | 0 | 9 | 2B | D | 30 | 3B | 44 |
| Octal | 335 | 312 | 175 | 0 | 11 | 53 | 15 | 60 | 73 | 104 |
| Binary | 11011101 | 11001010 | 1111101 | 0 | 1001 | 101011 | 1101 | 110000 | 111011 | 1000100 |
Color Harmonies of #DDCA7D
Complementary color
Monochromatic Colors of #DDCA7D
Black with #DDCA7D
Text Example
Text Example
White with #DDCA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA7D; }
p { color: rgb(221,202,125); }
H1.HeaderClassName
{
color: #DDCA7D;
}
.AnyTagClassName
{
color: #DDCA7D;
}
</style>
background-color css
<style>
a { background-color: #DDCA7D; }
a { background-color: rgb(221,202,125); }
div.DivClassName
{
background-color: #DDCA7D;
}
.BgClassName
{
background-color: #DDCA7D;
}
</style>
border-color css
<style>
span { border-color: #DDCA7D; }
span { border-color: rgb(221,202,125); }
td.TdClassName
{
border-color: #DDCA7D;
}
.TagClassName
{
border-color: #DDCA7D;
}
</style>