#DDCBA9

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

Shades of Raffia #DDCBA9

Tints of Raffia #DDCBA9

Color information

#DDCBA9 (or 0xDDCBA9) is unknown color: approx Raffia. HEX triplet: DD, CB and A9. RGB value is (221,203,169). Sum of RGB (Red+Green+Blue) = 221+203+169=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA9 is #223456. Grayscale: #CCCCCC. Windows color (decimal): -2241623 or 11127773. OLE color: 11127773.

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

Color convert

RGB221203169-
CMYK00.080.240.13
HSL39.23º43.33%76.47%-
HSV(B)39.23º23.53%86.67%-
XYZ58.3460.9546.23-
YUV204.51107.96139.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 169 (66.41% from 255) = 28.50%
R=37.27%
G=34.23%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120316900.080.240.1339.2343.3376.47
HexDDCBA90818D272b4c
Octal33531325101030154753114
Binary110111011100101110101001010001100011011001111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBA9; }

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

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

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

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

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

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

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

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