#D8C19F

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

Shades of Raffia #D8C19F

Tints of Raffia #D8C19F

Color information

#D8C19F (or 0xD8C19F) is unknown color: approx Raffia. HEX triplet: D8, C1 and 9F. RGB value is (216,193,159). Sum of RGB (Red+Green+Blue) = 216+193+159=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C19F is #273E60. Grayscale: #C4C4C4. Windows color (decimal): -2571873 or 10469848. OLE color: 10469848.

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

Color convert

RGB216193159-
CMYK00.110.260.15
HSL35.79º42.22%73.53%-
HSV(B)35.79º26.39%84.71%-
XYZ53.6555.2440.64-
YUV196107.12142.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=38.03%
G=33.98%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619315900.110.260.1535.7942.2273.53
HexD8C19F0B1AF242a4a
Octal33030123701332174452112
Binary110110001100000110011111010111101011111001001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C19F; }

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

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

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

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

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

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

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

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