#D8C294

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

Shades of Raffia #D8C294

Tints of Raffia #D8C294

Color information

#D8C294 (or 0xD8C294) is unknown color: approx Raffia. HEX triplet: D8, C2 and 94. RGB value is (216,194,148). Sum of RGB (Red+Green+Blue) = 216+194+148=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C294 is #273D6B. Grayscale: #C3C3C3. Windows color (decimal): -2571628 or 9749208. OLE color: 9749208.

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

Color convert

RGB216194148-
CMYK00.100.310.15
HSL40.59º46.58%71.37%-
HSV(B)40.59º31.48%84.71%-
XYZ52.9655.3235.9-
YUV195.33101.29142.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 194 (76.17% from 255) = 34.77%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=38.71%
G=34.77%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619414800.100.310.1540.5946.5871.37
HexD8C2940A1FF292f47
Octal33030222401237175157107
Binary110110001100001010010100010101111111111010011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C294; }

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

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

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

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

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

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

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

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