#DDC8A4

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

Shades of Raffia #DDC8A4

Tints of Raffia #DDC8A4

Color information

#DDC8A4 (or 0xDDC8A4) is unknown color: approx Raffia. HEX triplet: DD, C8 and A4. RGB value is (221,200,164). Sum of RGB (Red+Green+Blue) = 221+200+164=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8A4 is #22375B. Grayscale: #CACACA. Windows color (decimal): -2242396 or 10799325. OLE color: 10799325.

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

Color convert

RGB221200164-
CMYK00.100.260.13
HSL37.89º45.6%75.49%-
HSV(B)37.89º25.79%86.67%-
XYZ57.1759.3643.57-
YUV202.18106.46141.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 200 (78.52% from 255) = 34.19%
BLUE value IS 164 (64.45% from 255) = 28.03%
R=37.78%
G=34.19%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120016400.100.260.1337.8945.675.49
HexDDC8A40A1AD262e4b
Octal33531024401232154656113
Binary110111011100100010100100010101101011011001101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8A4; }

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

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

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

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

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

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

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

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