#DDCC8C

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

Shades of Sandwisp #DDCC8C

Tints of Sandwisp #DDCC8C

Color information

#DDCC8C (or 0xDDCC8C) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 8C. RGB value is (221,204,140). Sum of RGB (Red+Green+Blue) = 221+204+140=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC8C is #223373. Grayscale: #CACACA. Windows color (decimal): -2241396 or 9227485. OLE color: 9227485.

HSL color Cylindrical-coordinate representation of color #DDCC8C: hue angle of 47.41º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDCC8C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221204140-
CMYK00.080.370.13
HSL47.41º54.36%70.78%-
HSV(B)47.41º36.65%86.67%-
XYZ56.1560.4533.52-
YUV201.7993.13141.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 140 (55.08% from 255) = 24.78%
R=39.12%
G=36.11%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120414000.080.370.1347.4154.3670.78
HexDDCC8C0825D2f3647
Octal33531421401045155766107
Binary1101110111001100100011000100010010111011011111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC8C; }

 p { color: rgb(221,204,140); }

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

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

 a { background-color: rgb(221,204,140); }

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

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

 span { border-color: rgb(221,204,140); }

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