#DDC79B

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

Shades of Raffia #DDC79B

Tints of Raffia #DDC79B

Color information

#DDC79B (or 0xDDC79B) is unknown color: approx Raffia. HEX triplet: DD, C7 and 9B. RGB value is (221,199,155). Sum of RGB (Red+Green+Blue) = 221+199+155=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC79B is #223864. Grayscale: #C8C8C8. Windows color (decimal): -2242661 or 10209245. OLE color: 10209245.

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

Color convert

RGB221199155-
CMYK00.100.300.13
HSL40º49.25%73.73%-
HSV(B)40º29.86%86.67%-
XYZ56.1658.5939.36-
YUV200.56102.29142.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 155 (60.94% from 255) = 26.96%
R=38.43%
G=34.61%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119915500.100.300.134049.2573.73
HexDDC79B0A1ED28314a
Octal33530723301236155061112
Binary110111011100011110011011010101111011011010001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC79B; }

 p { color: rgb(221,199,155); }

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

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

 a { background-color: rgb(221,199,155); }

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

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

 span { border-color: rgb(221,199,155); }

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