#DDC29F

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

Shades of Raffia #DDC29F

Tints of Raffia #DDC29F

Color information

#DDC29F (or 0xDDC29F) is unknown color: approx Raffia. HEX triplet: DD, C2 and 9F. RGB value is (221,194,159). Sum of RGB (Red+Green+Blue) = 221+194+159=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC29F is #223D60. Grayscale: #C6C6C6. Windows color (decimal): -2243937 or 10470109. OLE color: 10470109.

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

Color convert

RGB221194159-
CMYK00.120.280.13
HSL33.87º47.69%74.51%-
HSV(B)33.87º28.05%86.67%-
XYZ55.3756.4640.78-
YUV198.08105.95144.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 159 (62.5% from 255) = 27.70%
R=38.50%
G=33.80%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119415900.120.280.1333.8747.6974.51
HexDDC29F0C1CD22304b
Octal33530223701434154260113
Binary110111011100001010011111011001110011011000101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC29F; }

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

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

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

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

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

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

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

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