#D8C39D

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

Shades of Raffia #D8C39D

Tints of Raffia #D8C39D

Color information

#D8C39D (or 0xD8C39D) is unknown color: approx Raffia. HEX triplet: D8, C3 and 9D. RGB value is (216,195,157). Sum of RGB (Red+Green+Blue) = 216+195+157=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C39D is #273C62. Grayscale: #C5C5C5. Windows color (decimal): -2571363 or 10339288. OLE color: 10339288.

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

Color convert

RGB216195157-
CMYK00.100.270.15
HSL38.64º43.07%73.14%-
HSV(B)38.64º27.31%84.71%-
XYZ53.9256.0639.88-
YUV196.95105.46141.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 195 (76.56% from 255) = 34.33%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=38.03%
G=34.33%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619515700.100.270.1538.6443.0773.14
HexD8C39D0A1BF272b49
Octal33030323501233174753111
Binary110110001100001110011101010101101111111001111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C39D; }

 p { color: rgb(216,195,157); }

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

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

 a { background-color: rgb(216,195,157); }

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

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

 span { border-color: rgb(216,195,157); }

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