#DDC29E

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

Shades of Raffia #DDC29E

Tints of Raffia #DDC29E

Color information

#DDC29E (or 0xDDC29E) is unknown color: approx Raffia. HEX triplet: DD, C2 and 9E. RGB value is (221,194,158). Sum of RGB (Red+Green+Blue) = 221+194+158=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC29E is #223D61. Grayscale: #C6C6C6. Windows color (decimal): -2243938 or 10404573. OLE color: 10404573.

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

Color convert

RGB221194158-
CMYK00.120.290.13
HSL34.29º48.09%74.31%-
HSV(B)34.29º28.51%86.67%-
XYZ55.2856.4240.33-
YUV197.97105.45144.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=38.57%
G=33.86%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119415800.120.290.1334.2948.0974.31
HexDDC29E0C1DD22304a
Octal33530223601435154260112
Binary110111011100001010011110011001110111011000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC29E; }

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

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

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

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

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

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

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

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