#DDC49F

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

Shades of Raffia #DDC49F

Tints of Raffia #DDC49F

Color information

#DDC49F (or 0xDDC49F) is unknown color: approx Raffia. HEX triplet: DD, C4 and 9F. RGB value is (221,196,159). Sum of RGB (Red+Green+Blue) = 221+196+159=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49F is #223B60. Grayscale: #C7C7C7. Windows color (decimal): -2243425 or 10470621. OLE color: 10470621.

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

Color convert

RGB221196159-
CMYK00.110.280.13
HSL35.81º47.69%74.51%-
HSV(B)35.81º28.05%86.67%-
XYZ55.8257.3640.93-
YUV199.26105.28143.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 159 (62.5% from 255) = 27.60%
R=38.37%
G=34.03%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119615900.110.280.1335.8147.6974.51
HexDDC49F0B1CD24304b
Octal33530423701334154460113
Binary110111011100010010011111010111110011011001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC49F; }

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

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

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

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

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

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

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

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