#D9C194

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

Shades of Raffia #D9C194

Tints of Raffia #D9C194

Color information

#D9C194 (or 0xD9C194) is unknown color: approx Raffia. HEX triplet: D9, C1 and 94. RGB value is (217,193,148). Sum of RGB (Red+Green+Blue) = 217+193+148=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C194 is #263E6B. Grayscale: #C3C3C3. Windows color (decimal): -2506348 or 9748953. OLE color: 9748953.

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

Color convert

RGB217193148-
CMYK00.110.320.15
HSL39.13º47.59%71.57%-
HSV(B)39.13º31.8%85.1%-
XYZ53.0355.0335.84-
YUV195.05101.45143.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=38.89%
G=34.59%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719314800.110.320.1539.1347.5971.57
HexD9C1940B20F273048
Octal33130122401340174760110
Binary1101100111000001100101000101110000011111001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C194; }

 p { color: rgb(217,193,148); }

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

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

 a { background-color: rgb(217,193,148); }

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

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

 span { border-color: rgb(217,193,148); }

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