#DDC393

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

Shades of Raffia #DDC393

Tints of Raffia #DDC393

Color information

#DDC393 (or 0xDDC393) is unknown color: approx Raffia. HEX triplet: DD, C3 and 93. RGB value is (221,195,147). Sum of RGB (Red+Green+Blue) = 221+195+147=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC393 is #223C6C. Grayscale: #C5C5C5. Windows color (decimal): -2243693 or 9683933. OLE color: 9683933.

HSL color Cylindrical-coordinate representation of color #DDC393: hue angle of 38.92º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC393 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221195147-
CMYK00.120.330.13
HSL38.92º52.11%72.16%-
HSV(B)38.92º33.48%86.67%-
XYZ54.656.5135.63-
YUV197.399.61144.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=39.25%
G=34.64%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119514700.120.330.1338.9252.1172.16
HexDDC3930C21D273448
Octal33530322301441154764110
Binary1101110111000011100100110110010000111011001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC393; }

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

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

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

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

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

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

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

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