#DDCA9F

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

Shades of Raffia #DDCA9F

Tints of Raffia #DDCA9F

Color information

#DDCA9F (or 0xDDCA9F) is unknown color: approx Raffia. HEX triplet: DD, CA and 9F. RGB value is (221,202,159). Sum of RGB (Red+Green+Blue) = 221+202+159=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCA9F is #223560. Grayscale: #CACACA. Windows color (decimal): -2241889 or 10472157. OLE color: 10472157.

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

Color convert

RGB221202159-
CMYK00.090.280.13
HSL41.61º47.69%74.51%-
HSV(B)41.61º28.05%86.67%-
XYZ57.260.1241.39-
YUV202.78103.29141-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 159 (62.5% from 255) = 27.32%
R=37.97%
G=34.71%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120215900.090.280.1341.6147.6974.51
HexDDCA9F091CD2a304b
Octal33531223701134155260113
Binary110111011100101010011111010011110011011010101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA9F; }

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

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

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

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

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

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

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

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