#DDCA8C

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

Shades of Sandwisp #DDCA8C

Tints of Sandwisp #DDCA8C

Color information

#DDCA8C (or 0xDDCA8C) is unknown color: approx Sandwisp. HEX triplet: DD, CA and 8C. RGB value is (221,202,140). Sum of RGB (Red+Green+Blue) = 221+202+140=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCA8C is #223573. Grayscale: #C8C8C8. Windows color (decimal): -2241908 or 9226973. OLE color: 9226973.

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

Color convert

RGB221202140-
CMYK00.090.370.13
HSL45.93º54.36%70.78%-
HSV(B)45.93º36.65%86.67%-
XYZ55.6759.5133.36-
YUV200.6193.79142.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 140 (55.08% from 255) = 24.87%
R=39.25%
G=35.88%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120214000.090.370.1345.9354.3670.78
HexDDCA8C0925D2e3647
Octal33531221401145155666107
Binary1101110111001010100011000100110010111011011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA8C; }

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

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

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

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

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

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

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

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