#D8C19A

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

Shades of Raffia #D8C19A

Tints of Raffia #D8C19A

Color information

#D8C19A (or 0xD8C19A) is unknown color: approx Raffia. HEX triplet: D8, C1 and 9A. RGB value is (216,193,154). Sum of RGB (Red+Green+Blue) = 216+193+154=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C19A is #273E65. Grayscale: #C3C3C3. Windows color (decimal): -2571878 or 10142168. OLE color: 10142168.

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

Color convert

RGB216193154-
CMYK00.110.290.15
HSL37.74º44.29%72.55%-
HSV(B)37.74º28.7%84.71%-
XYZ53.2255.0738.4-
YUV195.43104.62142.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=38.37%
G=34.28%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619315400.110.290.1537.7444.2972.55
HexD8C19A0B1DF262c49
Octal33030123201335174654111
Binary110110001100000110011010010111110111111001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C19A; }

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

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

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

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

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

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

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

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