#DDCAA6

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

Shades of Raffia #DDCAA6

Tints of Raffia #DDCAA6

Color information

#DDCAA6 (or 0xDDCAA6) is unknown color: approx Raffia. HEX triplet: DD, CA and A6. RGB value is (221,202,166). Sum of RGB (Red+Green+Blue) = 221+202+166=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA6 is #223559. Grayscale: #CBCBCB. Windows color (decimal): -2241882 or 10930909. OLE color: 10930909.

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

Color convert

RGB221202166-
CMYK00.090.250.13
HSL39.27º44.72%75.88%-
HSV(B)39.27º24.89%86.67%-
XYZ57.8260.3744.68-
YUV203.58106.79140.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 166 (65.23% from 255) = 28.18%
R=37.52%
G=34.30%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120216600.090.250.1339.2744.7275.88
HexDDCAA60919D272d4c
Octal33531224601131154755114
Binary110111011100101010100110010011100111011001111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAA6; }

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

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

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

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

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

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

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

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