#D9C293

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

Shades of Raffia #D9C293

Tints of Raffia #D9C293

Color information

#D9C293 (or 0xD9C293) is unknown color: approx Raffia. HEX triplet: D9, C2 and 93. RGB value is (217,194,147). Sum of RGB (Red+Green+Blue) = 217+194+147=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C293 is #263D6C. Grayscale: #C3C3C3. Windows color (decimal): -2506093 or 9683673. OLE color: 9683673.

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

Color convert

RGB217194147-
CMYK00.110.320.15
HSL40.29º47.95%71.37%-
HSV(B)40.29º32.26%85.1%-
XYZ53.1755.4435.5-
YUV195.52100.62143.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 194 (76.17% from 255) = 34.77%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=38.89%
G=34.77%
B=26.34%

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
Decimal21719414700.110.320.1540.2947.9571.37
HexD9C2930B20F283047
Octal33130222301340175060107
Binary1101100111000010100100110101110000011111010001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C293; }

 p { color: rgb(217,194,147); }

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

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

 a { background-color: rgb(217,194,147); }

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

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

 span { border-color: rgb(217,194,147); }

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