#DDC89E

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

Shades of Raffia #DDC89E

Tints of Raffia #DDC89E

Color information

#DDC89E (or 0xDDC89E) is unknown color: approx Raffia. HEX triplet: DD, C8 and 9E. RGB value is (221,200,158). Sum of RGB (Red+Green+Blue) = 221+200+158=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89E is #223761. Grayscale: #C9C9C9. Windows color (decimal): -2242402 or 10406109. OLE color: 10406109.

HSL color Cylindrical-coordinate representation of color #DDC89E: hue angle of 40º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC89E is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221200158-
CMYK00.100.290.13
HSL40º48.09%74.31%-
HSV(B)40º28.51%86.67%-
XYZ56.6459.1540.78-
YUV201.49103.46141.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=38.17%
G=34.54%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120015800.100.290.134048.0974.31
HexDDC89E0A1DD28304a
Octal33531023601235155060112
Binary110111011100100010011110010101110111011010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC89E; }

 p { color: rgb(221,200,158); }

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

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

 a { background-color: rgb(221,200,158); }

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

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

 span { border-color: rgb(221,200,158); }

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