#DDC89C

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

Shades of Raffia #DDC89C

Tints of Raffia #DDC89C

Color information

#DDC89C (or 0xDDC89C) is unknown color: approx Raffia. HEX triplet: DD, C8 and 9C. RGB value is (221,200,156). Sum of RGB (Red+Green+Blue) = 221+200+156=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89C is #223763. Grayscale: #C9C9C9. Windows color (decimal): -2242404 or 10275037. OLE color: 10275037.

HSL color Cylindrical-coordinate representation of color #DDC89C: hue angle of 40.62º degrees, saturation: 0.49, 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 #DDC89C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221200156-
CMYK00.100.290.13
HSL40.62º48.87%73.92%-
HSV(B)40.62º29.41%86.67%-
XYZ56.4759.0839.88-
YUV201.26102.46142.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 156 (61.33% from 255) = 27.04%
R=38.30%
G=34.66%
B=27.04%

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
Decimal22120015600.100.290.1340.6248.8773.92
HexDDC89C0A1DD29314a
Octal33531023401235155161112
Binary110111011100100010011100010101110111011010011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC89C; }

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

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

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

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

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

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

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

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