#DDC79F

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

Shades of Raffia #DDC79F

Tints of Raffia #DDC79F

Color information

#DDC79F (or 0xDDC79F) is unknown color: approx Raffia. HEX triplet: DD, C7 and 9F. RGB value is (221,199,159). Sum of RGB (Red+Green+Blue) = 221+199+159=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC79F is #223860. Grayscale: #C9C9C9. Windows color (decimal): -2242657 or 10471389. OLE color: 10471389.

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

Color convert

RGB221199159-
CMYK00.100.280.13
HSL38.71º47.69%74.51%-
HSV(B)38.71º28.05%86.67%-
XYZ56.558.7241.16-
YUV201.02104.29142.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=38.17%
G=34.37%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119915900.100.280.1338.7147.6974.51
HexDDC79F0A1CD27304b
Octal33530723701234154760113
Binary110111011100011110011111010101110011011001111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC79F; }

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

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

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

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

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

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

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

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