#DDC9A7

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

Shades of Raffia #DDC9A7

Tints of Raffia #DDC9A7

Color information

#DDC9A7 (or 0xDDC9A7) is unknown color: approx Raffia. HEX triplet: DD, C9 and A7. RGB value is (221,201,167). Sum of RGB (Red+Green+Blue) = 221+201+167=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9A7 is #223658. Grayscale: #CBCBCB. Windows color (decimal): -2242137 or 10996189. OLE color: 10996189.

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

Color convert

RGB221201167-
CMYK00.090.240.13
HSL37.78º44.26%76.08%-
HSV(B)37.78º24.43%86.67%-
XYZ57.6859.9445.09-
YUV203.1107.63140.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 167 (65.62% from 255) = 28.35%
R=37.52%
G=34.13%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120116700.090.240.1337.7844.2676.08
HexDDC9A70918D262c4c
Octal33531124701130154654114
Binary110111011100100110100111010011100011011001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9A7; }

 p { color: rgb(221,201,167); }

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

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

 a { background-color: rgb(221,201,167); }

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

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

 span { border-color: rgb(221,201,167); }

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