#DDCAA9

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

Shades of Raffia #DDCAA9

Tints of Raffia #DDCAA9

Color information

#DDCAA9 (or 0xDDCAA9) is unknown color: approx Raffia. HEX triplet: DD, CA and A9. RGB value is (221,202,169). Sum of RGB (Red+Green+Blue) = 221+202+169=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA9 is #223556. Grayscale: #CCCCCC. Windows color (decimal): -2241879 or 11127517. OLE color: 11127517.

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

Color convert

RGB221202169-
CMYK00.090.240.13
HSL38.08º43.33%76.47%-
HSV(B)38.08º23.53%86.67%-
XYZ58.160.4846.15-
YUV203.92108.29140.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 169 (66.41% from 255) = 28.55%
R=37.33%
G=34.12%
B=28.55%

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
Decimal22120216900.090.240.1338.0843.3376.47
HexDDCAA90918D262b4c
Octal33531225101130154653114
Binary110111011100101010101001010011100011011001101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAA9; }

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

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

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

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

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

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

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

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