#D8C0A0

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

Shades of Raffia #D8C0A0

Tints of Raffia #D8C0A0

Color information

#D8C0A0 (or 0xD8C0A0) is unknown color: approx Raffia. HEX triplet: D8, C0 and A0. RGB value is (216,192,160). Sum of RGB (Red+Green+Blue) = 216+192+160=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C0A0 is #273F5F. Grayscale: #C3C3C3. Windows color (decimal): -2572128 or 10535128. OLE color: 10535128.

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

Color convert

RGB216192160-
CMYK00.110.260.15
HSL34.29º41.79%73.73%-
HSV(B)34.29º25.93%84.71%-
XYZ53.5154.8441.02-
YUV195.53107.95142.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=38.03%
G=33.80%
B=28.17%

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
Decimal21619216000.110.260.1534.2941.7973.73
HexD8C0A00B1AF222a4a
Octal33030024001332174252112
Binary110110001100000010100000010111101011111000101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C0A0; }

 p { color: rgb(216,192,160); }

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

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

 a { background-color: rgb(216,192,160); }

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

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

 span { border-color: rgb(216,192,160); }

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