#DDCD85

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

Shades of Sandwisp #DDCD85

Tints of Sandwisp #DDCD85

Color information

#DDCD85 (or 0xDDCD85) is unknown color: approx Sandwisp. HEX triplet: DD, CD and 85. RGB value is (221,205,133). Sum of RGB (Red+Green+Blue) = 221+205+133=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD85 is #22327A. Grayscale: #C9C9C9. Windows color (decimal): -2241147 or 8768989. OLE color: 8768989.

HSL color Cylindrical-coordinate representation of color #DDCD85: hue angle of 49.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDCD85 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221205133-
CMYK00.070.400.13
HSL49.09º56.41%69.41%-
HSV(B)49.09º39.82%86.67%-
XYZ55.8860.7330.97-
YUV201.5889.3141.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=39.53%
G=36.67%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120513300.070.400.1349.0956.4169.41
HexDDCD850728D313845
Octal3353152050750156170105
Binary110111011100110110000101011110100011011100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD85; }

 p { color: rgb(221,205,133); }

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

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

 a { background-color: rgb(221,205,133); }

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

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

 span { border-color: rgb(221,205,133); }

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