#DDC09E

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

Shades of Raffia #DDC09E

Tints of Raffia #DDC09E

Color information

#DDC09E (or 0xDDC09E) is unknown color: approx Raffia. HEX triplet: DD, C0 and 9E. RGB value is (221,192,158). Sum of RGB (Red+Green+Blue) = 221+192+158=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09E is #223F61. Grayscale: #C4C4C4. Windows color (decimal): -2244450 or 10404061. OLE color: 10404061.

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

Color convert

RGB221192158-
CMYK00.130.290.13
HSL32.38º48.09%74.31%-
HSV(B)32.38º28.51%86.67%-
XYZ54.8455.5440.18-
YUV196.8106.11145.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=38.70%
G=33.63%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119215800.130.290.1332.3848.0974.31
HexDDC09E0D1DD20304a
Octal33530023601535154060112
Binary110111011100000010011110011011110111011000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC09E; }

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

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

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

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

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

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

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

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