#DDC197

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

Shades of Raffia #DDC197

Tints of Raffia #DDC197

Color information

#DDC197 (or 0xDDC197) is unknown color: approx Raffia. HEX triplet: DD, C1 and 97. RGB value is (221,193,151). Sum of RGB (Red+Green+Blue) = 221+193+151=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC197 is #223E68. Grayscale: #C4C4C4. Windows color (decimal): -2244201 or 9945565. OLE color: 9945565.

HSL color Cylindrical-coordinate representation of color #DDC197: hue angle of 36º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDC197 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221193151-
CMYK00.130.320.13
HSL36º50.72%72.94%-
HSV(B)36º31.67%86.67%-
XYZ54.4755.7537.17-
YUV196.58102.28145.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 193 (75.78% from 255) = 34.16%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=39.12%
G=34.16%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119315100.130.320.133650.7272.94
HexDDC1970D20D243349
Octal33530122701540154463111
Binary1101110111000001100101110110110000011011001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC197; }

 p { color: rgb(221,193,151); }

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

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

 a { background-color: rgb(221,193,151); }

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

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

 span { border-color: rgb(221,193,151); }

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