#DDC397

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

Shades of Raffia #DDC397

Tints of Raffia #DDC397

Color information

#DDC397 (or 0xDDC397) is unknown color: approx Raffia. HEX triplet: DD, C3 and 97. RGB value is (221,195,151). Sum of RGB (Red+Green+Blue) = 221+195+151=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC397 is #223C68. Grayscale: #C5C5C5. Windows color (decimal): -2243689 or 9946077. OLE color: 9946077.

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

Color convert

RGB221195151-
CMYK00.120.320.13
HSL37.71º50.72%72.94%-
HSV(B)37.71º31.67%86.67%-
XYZ54.9256.6437.32-
YUV197.76101.61144.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 195 (76.56% from 255) = 34.39%
BLUE value IS 151 (59.38% from 255) = 26.63%
R=38.98%
G=34.39%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119515100.120.320.1337.7150.7272.94
HexDDC3970C20D263349
Octal33530322701440154663111
Binary1101110111000011100101110110010000011011001101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC397; }

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

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

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

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

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

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

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

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