#D8C19D

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

Shades of Raffia #D8C19D

Tints of Raffia #D8C19D

Color information

#D8C19D (or 0xD8C19D) is unknown color: approx Raffia. HEX triplet: D8, C1 and 9D. RGB value is (216,193,157). Sum of RGB (Red+Green+Blue) = 216+193+157=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C19D is #273E62. Grayscale: #C3C3C3. Windows color (decimal): -2571875 or 10338776. OLE color: 10338776.

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

Color convert

RGB216193157-
CMYK00.110.270.15
HSL36.61º43.07%73.14%-
HSV(B)36.61º27.31%84.71%-
XYZ53.4755.1739.73-
YUV195.77106.12142.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 157 (61.72% from 255) = 27.74%
R=38.16%
G=34.10%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619315700.110.270.1536.6143.0773.14
HexD8C19D0B1BF252b49
Octal33030123501333174553111
Binary110110001100000110011101010111101111111001011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C19D; }

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

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

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

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

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

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

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

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