#DDCAA5

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

Shades of Raffia #DDCAA5

Tints of Raffia #DDCAA5

Color information

#DDCAA5 (or 0xDDCAA5) is unknown color: approx Raffia. HEX triplet: DD, CA and A5. RGB value is (221,202,165). Sum of RGB (Red+Green+Blue) = 221+202+165=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA5 is #22355A. Grayscale: #CBCBCB. Windows color (decimal): -2241883 or 10865373. OLE color: 10865373.

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

Color convert

RGB221202165-
CMYK00.090.250.13
HSL39.64º45.16%75.69%-
HSV(B)39.64º25.34%86.67%-
XYZ57.7360.3344.2-
YUV203.46106.29140.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 165 (64.84% from 255) = 28.06%
R=37.59%
G=34.35%
B=28.06%

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
Decimal22120216500.090.250.1339.6445.1675.69
HexDDCAA50919D282d4c
Octal33531224501131155055114
Binary110111011100101010100101010011100111011010001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAA5; }

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

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

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

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

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

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

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

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