#DDC49B

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

Shades of Raffia #DDC49B

Tints of Raffia #DDC49B

Color information

#DDC49B (or 0xDDC49B) is unknown color: approx Raffia. HEX triplet: DD, C4 and 9B. RGB value is (221,196,155). Sum of RGB (Red+Green+Blue) = 221+196+155=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49B is #223B64. Grayscale: #C6C6C6. Windows color (decimal): -2243429 or 10208477. OLE color: 10208477.

HSL color Cylindrical-coordinate representation of color #DDC49B: hue angle of 37.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC49B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221196155-
CMYK00.110.300.13
HSL37.27º49.25%73.73%-
HSV(B)37.27º29.86%86.67%-
XYZ55.4857.2239.13-
YUV198.8103.28143.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 196 (76.95% from 255) = 34.27%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=38.64%
G=34.27%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119615500.110.300.1337.2749.2573.73
HexDDC49B0B1ED25314a
Octal33530423301336154561112
Binary110111011100010010011011010111111011011001011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC49B; }

 p { color: rgb(221,196,155); }

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

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

 a { background-color: rgb(221,196,155); }

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

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

 span { border-color: rgb(221,196,155); }

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