#D8C29D

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

Shades of Raffia #D8C29D

Tints of Raffia #D8C29D

Color information

#D8C29D (or 0xD8C29D) is unknown color: approx Raffia. HEX triplet: D8, C2 and 9D. RGB value is (216,194,157). Sum of RGB (Red+Green+Blue) = 216+194+157=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C29D is #273D62. Grayscale: #C4C4C4. Windows color (decimal): -2571619 or 10339032. OLE color: 10339032.

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

Color convert

RGB216194157-
CMYK00.100.270.15
HSL37.63º43.07%73.14%-
HSV(B)37.63º27.31%84.71%-
XYZ53.755.6239.8-
YUV196.36105.79142.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=38.10%
G=34.22%
B=27.69%

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
Decimal21619415700.100.270.1537.6343.0773.14
HexD8C29D0A1BF262b49
Octal33030223501233174653111
Binary110110001100001010011101010101101111111001101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C29D; }

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

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

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

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

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

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

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

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