Shades of Sandwisp #DDC67C
Tints of Sandwisp #DDC67C
RGB
CMYK
RGB Variations
Color information
#DDC67C (or 0xDDC67C) is known color: Sandwisp. HEX triplet: DD, C6 and 7C. RGB value is (221,198,124). Sum of RGB (Red+Green+Blue) = 221+198+124=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC67C is #223983. Grayscale: #C4C4C4. Windows color (decimal): -2242948 or 8177373. OLE color: 8177373.
HSL color Cylindrical-coordinate representation of color #DDC67C: hue angle of 45.77º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDC67C is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 124 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.13 |
| HSL | 45.77º | 0.59% | 0.68% | - |
| HSV(B) | 45.77º | 0.44% | 0.87% | - |
| XYZ | 53.65 | 57.22 | 27.28 | - |
| YUV | 196.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 124 | 0 | 0.10 | 0.44 | 0.13 | 45.77 | 0.59 | 0.68 |
| Hex | DD | C6 | 7C | 0 | A | 2C | D | 2E | 3B | 44 |
| Octal | 335 | 306 | 174 | 0 | 12 | 54 | 15 | 56 | 73 | 104 |
| Binary | 11011101 | 11000110 | 1111100 | 0 | 1010 | 101100 | 1101 | 101110 | 111011 | 1000100 |
Color Harmonies of #DDC67C
Complementary color
Monochromatic Colors of #DDC67C
Black with #DDC67C
Text Example
Text Example
White with #DDC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC67C; }
p { color: rgb(221,198,124); }
H1.HeaderClassName
{
color: #DDC67C;
}
.AnyTagClassName
{
color: #DDC67C;
}
</style>
background-color css
<style>
a { background-color: #DDC67C; }
a { background-color: rgb(221,198,124); }
div.DivClassName
{
background-color: #DDC67C;
}
.BgClassName
{
background-color: #DDC67C;
}
</style>
border-color css
<style>
span { border-color: #DDC67C; }
span { border-color: rgb(221,198,124); }
td.TdClassName
{
border-color: #DDC67C;
}
.TagClassName
{
border-color: #DDC67C;
}
</style>