#D9C19C

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

Shades of Raffia #D9C19C

Tints of Raffia #D9C19C

Color information

#D9C19C (or 0xD9C19C) is unknown color: approx Raffia. HEX triplet: D9, C1 and 9C. RGB value is (217,193,156). Sum of RGB (Red+Green+Blue) = 217+193+156=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C19C is #263E63. Grayscale: #C4C4C4. Windows color (decimal): -2506340 or 10273241. OLE color: 10273241.

HSL color Cylindrical-coordinate representation of color #D9C19C: hue angle of 36.39º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9C19C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217193156-
CMYK00.110.280.15
HSL36.39º44.53%73.14%-
HSV(B)36.39º28.11%85.1%-
XYZ53.6955.2939.3-
YUV195.96105.45143.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 156 (61.33% from 255) = 27.56%
R=38.34%
G=34.10%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719315600.110.280.1536.3944.5373.14
HexD9C19C0B1CF242d49
Octal33130123401334174455111
Binary110110011100000110011100010111110011111001001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C19C; }

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

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

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

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

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

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

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

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