#DDCA9C

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

Shades of Raffia #DDCA9C

Tints of Raffia #DDCA9C

Color information

#DDCA9C (or 0xDDCA9C) is unknown color: approx Raffia. HEX triplet: DD, CA and 9C. RGB value is (221,202,156). Sum of RGB (Red+Green+Blue) = 221+202+156=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCA9C is #223563. Grayscale: #CACACA. Windows color (decimal): -2241892 or 10275549. OLE color: 10275549.

HSL color Cylindrical-coordinate representation of color #DDCA9C: hue angle of 42.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDCA9C is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221202156-
CMYK00.090.290.13
HSL42.46º48.87%73.92%-
HSV(B)42.46º29.41%86.67%-
XYZ56.9460.0140.04-
YUV202.44101.79141.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=38.17%
G=34.89%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120215600.090.290.1342.4648.8773.92
HexDDCA9C091DD2a314a
Octal33531223401135155261112
Binary110111011100101010011100010011110111011010101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA9C; }

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

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

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

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

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

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

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

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