#D7C09D

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

Shades of Raffia #D7C09D

Tints of Raffia #D7C09D

Color information

#D7C09D (or 0xD7C09D) is unknown color: approx Raffia. HEX triplet: D7, C0 and 9D. RGB value is (215,192,157). Sum of RGB (Red+Green+Blue) = 215+192+157=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C09D is #283F62. Grayscale: #C3C3C3. Windows color (decimal): -2637667 or 10338519. OLE color: 10338519.

HSL color Cylindrical-coordinate representation of color #D7C09D: hue angle of 36.21º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7C09D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215192157-
CMYK00.110.270.16
HSL36.21º42.03%72.94%-
HSV(B)36.21º26.98%84.31%-
XYZ52.9654.5839.64-
YUV194.89106.62142.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=38.12%
G=34.04%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519215700.110.270.1636.2142.0372.94
HexD7C09D0B1B10242a49
Octal32730023501333204452111
Binary1101011111000000100111010101111011100001001001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C09D; }

 p { color: rgb(215,192,157); }

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

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

 a { background-color: rgb(215,192,157); }

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

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

 span { border-color: rgb(215,192,157); }

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