#D8C19C

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

Shades of Raffia #D8C19C

Tints of Raffia #D8C19C

Color information

#D8C19C (or 0xD8C19C) is unknown color: approx Raffia. HEX triplet: D8, C1 and 9C. RGB value is (216,193,156). Sum of RGB (Red+Green+Blue) = 216+193+156=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C19C is #273E63. Grayscale: #C3C3C3. Windows color (decimal): -2571876 or 10273240. OLE color: 10273240.

HSL color Cylindrical-coordinate representation of color #D8C19C: hue angle of 37º degrees, saturation: 0.43, 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 #D8C19C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216193156-
CMYK00.110.280.15
HSL37º43.48%72.94%-
HSV(B)37º27.78%84.71%-
XYZ53.3955.1439.28-
YUV195.66105.62142.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 193 (75.78% from 255) = 34.16%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=38.23%
G=34.16%
B=27.61%

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
Decimal21619315600.110.280.153743.4872.94
HexD8C19C0B1CF252b49
Octal33030123401334174553111
Binary110110001100000110011100010111110011111001011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C19C; }

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

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

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

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

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

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

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

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