#DDCAA8

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

Shades of Raffia #DDCAA8

Tints of Raffia #DDCAA8

Color information

#DDCAA8 (or 0xDDCAA8) is unknown color: approx Raffia. HEX triplet: DD, CA and A8. RGB value is (221,202,168). Sum of RGB (Red+Green+Blue) = 221+202+168=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA8 is #223557. Grayscale: #CBCBCB. Windows color (decimal): -2241880 or 11061981. OLE color: 11061981.

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

Color convert

RGB221202168-
CMYK00.090.240.13
HSL38.49º43.8%76.27%-
HSV(B)38.49º23.98%86.67%-
XYZ58.0160.4445.65-
YUV203.8107.79140.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=37.39%
G=34.18%
B=28.43%

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
Decimal22120216800.090.240.1338.4943.876.27
HexDDCAA80918D262c4c
Octal33531225001130154654114
Binary110111011100101010101000010011100011011001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAA8; }

 p { color: rgb(221,202,168); }

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

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

 a { background-color: rgb(221,202,168); }

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

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

 span { border-color: rgb(221,202,168); }

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