#D8C39A

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

Shades of Raffia #D8C39A

Tints of Raffia #D8C39A

Color information

#D8C39A (or 0xD8C39A) is unknown color: approx Raffia. HEX triplet: D8, C3 and 9A. RGB value is (216,195,154). Sum of RGB (Red+Green+Blue) = 216+195+154=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C39A is #273C65. Grayscale: #C4C4C4. Windows color (decimal): -2571366 or 10142680. OLE color: 10142680.

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

Color convert

RGB216195154-
CMYK00.100.290.15
HSL39.68º44.29%72.55%-
HSV(B)39.68º28.7%84.71%-
XYZ53.6755.9638.55-
YUV196.6103.96141.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=38.23%
G=34.51%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619515400.100.290.1539.6844.2972.55
HexD8C39A0A1DF282c49
Octal33030323201235175054111
Binary110110001100001110011010010101110111111010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C39A; }

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

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

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

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

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

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

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

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