#DDD17C

Color #DDD17C Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DDD17C

Tints of Sandwisp #DDD17C

Color information

#DDD17C (or 0xDDD17C) is unknown color: approx Sandwisp. HEX triplet: DD, D1 and 7C. RGB value is (221,209,124). Sum of RGB (Red+Green+Blue) = 221+209+124=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD17C is #222E83. Grayscale: #CBCBCB. Windows color (decimal): -2240132 or 8180189. OLE color: 8180189.

HSL color Cylindrical-coordinate representation of color #DDD17C: hue angle of 52.58º 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 #DDD17C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221209124-
CMYK00.050.440.13
HSL52.58º58.79%67.65%-
HSV(B)52.58º43.89%86.67%-
XYZ56.2662.4328.15-
YUV202.983.48140.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 124 (48.83% from 255) = 22.38%
R=39.89%
G=37.73%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120912400.050.440.1352.5858.7967.65
HexDDD17C052CD353b44
Octal3353211740554156573104
Binary11011101110100011111100010110110011011101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD17C; }

 p { color: rgb(221,209,124); }

 H1.HeaderClassName
 {
   color: #DDD17C;
 }
 .AnyTagClassName
 {
   color: #DDD17C;
 }
</style>
background-color css

<style>
 a { background-color: #DDD17C; }

 a { background-color: rgb(221,209,124); }

 div.DivClassName
 {
   background-color: #DDD17C;
 }
 .BgClassName
 {
   background-color: #DDD17C;
 }
</style>
border-color css

<style>
 span { border-color: #DDD17C; }

 span { border-color: rgb(221,209,124); }

 td.TdClassName
 {
   border-color: #DDD17C;
 }
 .TagClassName
 {
   border-color: #DDD17C;
 }
</style>