#DDC49D

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

Shades of Raffia #DDC49D

Tints of Raffia #DDC49D

Color information

#DDC49D (or 0xDDC49D) is unknown color: approx Raffia. HEX triplet: DD, C4 and 9D. RGB value is (221,196,157). Sum of RGB (Red+Green+Blue) = 221+196+157=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49D is #223B62. Grayscale: #C7C7C7. Windows color (decimal): -2243427 or 10339549. OLE color: 10339549.

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

Color convert

RGB221196157-
CMYK00.110.290.13
HSL36.56º48.48%74.12%-
HSV(B)36.56º28.96%86.67%-
XYZ55.6457.2940.02-
YUV199.03104.28143.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=38.50%
G=34.15%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119615700.110.290.1336.5648.4874.12
HexDDC49D0B1DD25304a
Octal33530423501335154560112
Binary110111011100010010011101010111110111011001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC49D; }

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

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

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

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

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

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

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

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