#DDC19C

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

Shades of Raffia #DDC19C

Tints of Raffia #DDC19C

Color information

#DDC19C (or 0xDDC19C) is unknown color: approx Raffia. HEX triplet: DD, C1 and 9C. RGB value is (221,193,156). Sum of RGB (Red+Green+Blue) = 221+193+156=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC19C is #223E63. Grayscale: #C5C5C5. Windows color (decimal): -2244196 or 10273245. OLE color: 10273245.

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

Color convert

RGB221193156-
CMYK00.130.290.13
HSL34.15º48.87%73.92%-
HSV(B)34.15º29.41%86.67%-
XYZ54.8955.9139.35-
YUV197.15104.78145.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=38.77%
G=33.86%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119315600.130.290.1334.1548.8773.92
HexDDC19C0D1DD22314a
Octal33530123401535154261112
Binary110111011100000110011100011011110111011000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC19C; }

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

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

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

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

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

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

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

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