#DDC09C

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

Shades of Raffia #DDC09C

Tints of Raffia #DDC09C

Color information

#DDC09C (or 0xDDC09C) is unknown color: approx Raffia. HEX triplet: DD, C0 and 9C. RGB value is (221,192,156). Sum of RGB (Red+Green+Blue) = 221+192+156=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09C is #223F63. Grayscale: #C4C4C4. Windows color (decimal): -2244452 or 10272989. OLE color: 10272989.

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

Color convert

RGB221192156-
CMYK00.130.290.13
HSL33.23º48.87%73.92%-
HSV(B)33.23º29.41%86.67%-
XYZ54.6755.4739.28-
YUV196.57105.11145.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=38.84%
G=33.74%
B=27.42%

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
Decimal22119215600.130.290.1333.2348.8773.92
HexDDC09C0D1DD21314a
Octal33530023401535154161112
Binary110111011100000010011100011011110111011000011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC09C; }

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

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

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

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

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

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

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

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