#DDC9A4

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

Shades of Raffia #DDC9A4

Tints of Raffia #DDC9A4

Color information

#DDC9A4 (or 0xDDC9A4) is unknown color: approx Raffia. HEX triplet: DD, C9 and A4. RGB value is (221,201,164). Sum of RGB (Red+Green+Blue) = 221+201+164=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9A4 is #22365B. Grayscale: #CACACA. Windows color (decimal): -2242140 or 10799581. OLE color: 10799581.

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

Color convert

RGB221201164-
CMYK00.090.260.13
HSL38.95º45.6%75.49%-
HSV(B)38.95º25.79%86.67%-
XYZ57.4159.8343.64-
YUV202.76106.13141.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 201 (78.91% from 255) = 34.30%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=37.71%
G=34.30%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120116400.090.260.1338.9545.675.49
HexDDC9A4091AD272e4b
Octal33531124401132154756113
Binary110111011100100110100100010011101011011001111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9A4; }

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

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

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

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

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

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

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

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