#D9C094

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

Shades of Raffia #D9C094

Tints of Raffia #D9C094

Color information

#D9C094 (or 0xD9C094) is unknown color: approx Raffia. HEX triplet: D9, C0 and 94. RGB value is (217,192,148). Sum of RGB (Red+Green+Blue) = 217+192+148=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 148 (58.20% from 255 or 26.57% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C094 is #263F6B. Grayscale: #C2C2C2. Windows color (decimal): -2506604 or 9748697. OLE color: 9748697.

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

Color convert

RGB217192148-
CMYK00.120.320.15
HSL38.26º47.59%71.57%-
HSV(B)38.26º31.8%85.1%-
XYZ52.8154.5935.77-
YUV194.46101.78144.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 148 (58.20% from 255) = 26.57%
R=38.96%
G=34.47%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719214800.120.320.1538.2647.5971.57
HexD9C0940C20F263048
Octal33130022401440174660110
Binary1101100111000000100101000110010000011111001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C094; }

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

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

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

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

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

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

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

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