#DDC79D

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

Shades of Raffia #DDC79D

Tints of Raffia #DDC79D

Color information

#DDC79D (or 0xDDC79D) is unknown color: approx Raffia. HEX triplet: DD, C7 and 9D. RGB value is (221,199,157). Sum of RGB (Red+Green+Blue) = 221+199+157=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC79D is #223862. Grayscale: #C8C8C8. Windows color (decimal): -2242659 or 10340317. OLE color: 10340317.

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

Color convert

RGB221199157-
CMYK00.100.290.13
HSL39.38º48.48%74.12%-
HSV(B)39.38º28.96%86.67%-
XYZ56.3358.6540.25-
YUV200.79103.29142.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 157 (61.72% from 255) = 27.21%
R=38.30%
G=34.49%
B=27.21%

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
Decimal22119915700.100.290.1339.3848.4874.12
HexDDC79D0A1DD27304a
Octal33530723501235154760112
Binary110111011100011110011101010101110111011001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC79D; }

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

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

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

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

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

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

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

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