#DDCAA7

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

Shades of Raffia #DDCAA7

Tints of Raffia #DDCAA7

Color information

#DDCAA7 (or 0xDDCAA7) is unknown color: approx Raffia. HEX triplet: DD, CA and A7. RGB value is (221,202,167). Sum of RGB (Red+Green+Blue) = 221+202+167=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA7 is #223558. Grayscale: #CBCBCB. Windows color (decimal): -2241881 or 10996445. OLE color: 10996445.

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

Color convert

RGB221202167-
CMYK00.090.240.13
HSL38.89º44.26%76.08%-
HSV(B)38.89º24.43%86.67%-
XYZ57.9160.445.17-
YUV203.69107.29140.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 167 (65.62% from 255) = 28.31%
R=37.46%
G=34.24%
B=28.31%

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
Decimal22120216700.090.240.1338.8944.2676.08
HexDDCAA70918D272c4c
Octal33531224701130154754114
Binary110111011100101010100111010011100011011001111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAA7; }

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

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

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

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

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

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

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

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