#d8c194

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

Shades of Raffia #D8C194

Tints of Raffia #D8C194

Color information

#D8C194 (or 0xD8C194) is unknown color: approx Raffia. HEX triplet: D8, C1 and 94. RGB value is (216,193,148). Sum of RGB (Red+Green+Blue) = 216+193+148=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C194 is #273E6B. Grayscale: #C2C2C2. Windows color (decimal): -2571884 or 9748952. OLE color: 9748952.

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

Color convert

RGB216193148-
CMYK00.110.310.15
HSL39.71º46.58%71.37%-
HSV(B)39.71º31.48%84.71%-
XYZ52.7354.8835.83-
YUV194.75101.62143.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=38.78%
G=34.65%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619314800.110.310.1539.7146.5871.37
HexD8C1940B1FF282f47
Octal33030122401337175057107
Binary110110001100000110010100010111111111111010001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c194; }

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

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

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

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

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

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

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

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