#D7C09C

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

Shades of Raffia #D7C09C

Tints of Raffia #D7C09C

Color information

#D7C09C (or 0xD7C09C) is unknown color: approx Raffia. HEX triplet: D7, C0 and 9C. RGB value is (215,192,156). Sum of RGB (Red+Green+Blue) = 215+192+156=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C09C is #283F63. Grayscale: #C2C2C2. Windows color (decimal): -2637668 or 10272983. OLE color: 10272983.

HSL color Cylindrical-coordinate representation of color #D7C09C: hue angle of 36.61º 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 #D7C09C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215192156-
CMYK00.110.270.16
HSL36.61º42.45%72.75%-
HSV(B)36.61º27.44%84.31%-
XYZ52.8754.5539.19-
YUV194.77106.12142.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 192 (75.39% from 255) = 34.10%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=38.19%
G=34.10%
B=27.71%

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
Decimal21519215600.110.270.1636.6142.4572.75
HexD7C09C0B1B10252a49
Octal32730023401333204552111
Binary1101011111000000100111000101111011100001001011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C09C; }

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

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

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

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

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

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

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

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