#d8c69e

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

Shades of Raffia #D8C69E

Tints of Raffia #D8C69E

Color information

#D8C69E (or 0xD8C69E) is unknown color: approx Raffia. HEX triplet: D8, C6 and 9E. RGB value is (216,198,158). Sum of RGB (Red+Green+Blue) = 216+198+158=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C69E is #273961. Grayscale: #C7C7C7. Windows color (decimal): -2570594 or 10405592. OLE color: 10405592.

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

Color convert

RGB216198158-
CMYK00.080.270.15
HSL41.38º42.65%73.33%-
HSV(B)41.38º26.85%84.71%-
XYZ54.6857.4640.56-
YUV198.82104.96140.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=37.76%
G=34.62%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619815800.080.270.1541.3842.6573.33
HexD8C69E081BF292b49
Octal33030623601033175153111
Binary110110001100011010011110010001101111111010011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8c69e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8c69e; }

 p { color: rgb(216,198,158); }

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

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

 a { background-color: rgb(216,198,158); }

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

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

 span { border-color: rgb(216,198,158); }

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