#D8C393

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

Shades of Raffia #D8C393

Tints of Raffia #D8C393

Color information

#D8C393 (or 0xD8C393) is unknown color: approx Raffia. HEX triplet: D8, C3 and 93. RGB value is (216,195,147). Sum of RGB (Red+Green+Blue) = 216+195+147=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C393 is #273C6C. Grayscale: #C4C4C4. Windows color (decimal): -2571373 or 9683928. OLE color: 9683928.

HSL color Cylindrical-coordinate representation of color #D8C393: hue angle of 41.74º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8C393 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216195147-
CMYK00.100.320.15
HSL41.74º46.94%71.18%-
HSV(B)41.74º31.94%84.71%-
XYZ53.155.7435.56-
YUV195.81100.46142.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=38.71%
G=34.95%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619514700.100.320.1541.7446.9471.18
HexD8C3930A20F2a2f47
Octal33030322301240175257107
Binary1101100011000011100100110101010000011111010101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C393; }

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

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

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

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

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

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

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

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