#DDC19A

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

Shades of Raffia #DDC19A

Tints of Raffia #DDC19A

Color information

#DDC19A (or 0xDDC19A) is unknown color: approx Raffia. HEX triplet: DD, C1 and 9A. RGB value is (221,193,154). Sum of RGB (Red+Green+Blue) = 221+193+154=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC19A is #223E65. Grayscale: #C5C5C5. Windows color (decimal): -2244198 or 10142173. OLE color: 10142173.

HSL color Cylindrical-coordinate representation of color #DDC19A: hue angle of 34.93º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC19A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221193154-
CMYK00.130.300.13
HSL34.93º49.63%73.53%-
HSV(B)34.93º30.32%86.67%-
XYZ54.7255.8538.47-
YUV196.93103.78145.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 154 (60.55% from 255) = 27.11%
R=38.91%
G=33.98%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119315400.130.300.1334.9349.6373.53
HexDDC19A0D1ED23324a
Octal33530123201536154362112
Binary110111011100000110011010011011111011011000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC19A; }

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

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

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

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

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

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

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

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