#DDC8A5

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

Shades of Raffia #DDC8A5

Tints of Raffia #DDC8A5

Color information

#DDC8A5 (or 0xDDC8A5) is unknown color: approx Raffia. HEX triplet: DD, C8 and A5. RGB value is (221,200,165). Sum of RGB (Red+Green+Blue) = 221+200+165=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8A5 is #22375A. Grayscale: #CACACA. Windows color (decimal): -2242395 or 10864861. OLE color: 10864861.

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

Color convert

RGB221200165-
CMYK00.100.250.13
HSL37.5º45.16%75.69%-
HSV(B)37.5º25.34%86.67%-
XYZ57.2659.444.04-
YUV202.29106.96141.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=37.71%
G=34.13%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120016500.100.250.1337.545.1675.69
HexDDC8A50A19D262d4c
Octal33531024501231154655114
Binary110111011100100010100101010101100111011001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8A5; }

 p { color: rgb(221,200,165); }

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

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

 a { background-color: rgb(221,200,165); }

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

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

 span { border-color: rgb(221,200,165); }

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