#DDCC8A

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

Shades of Sandwisp #DDCC8A

Tints of Sandwisp #DDCC8A

Color information

#DDCC8A (or 0xDDCC8A) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 8A. RGB value is (221,204,138). Sum of RGB (Red+Green+Blue) = 221+204+138=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC8A is #223375. Grayscale: #C9C9C9. Windows color (decimal): -2241398 or 9096413. OLE color: 9096413.

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

Color convert

RGB221204138-
CMYK00.080.380.13
HSL47.71º54.97%70.39%-
HSV(B)47.71º37.56%86.67%-
XYZ5660.3932.75-
YUV201.5692.13141.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 138 (54.30% from 255) = 24.51%
R=39.25%
G=36.23%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120413800.080.380.1347.7154.9770.39
HexDDCC8A0826D303746
Octal33531421201046156067106
Binary1101110111001100100010100100010011011011100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC8A; }

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

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

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

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

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

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

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

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