#D9C79B

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

Shades of Raffia #D9C79B

Tints of Raffia #D9C79B

Color information

#D9C79B (or 0xD9C79B) is unknown color: approx Raffia. HEX triplet: D9, C7 and 9B. RGB value is (217,199,155). Sum of RGB (Red+Green+Blue) = 217+199+155=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C79B is #263864. Grayscale: #C7C7C7. Windows color (decimal): -2504805 or 10209241. OLE color: 10209241.

HSL color Cylindrical-coordinate representation of color #D9C79B: hue angle of 42.58º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9C79B is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217199155-
CMYK00.080.290.15
HSL42.58º44.93%72.94%-
HSV(B)42.58º28.57%85.1%-
XYZ54.9657.9739.3-
YUV199.37102.96140.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 199 (78.12% from 255) = 34.85%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=38.00%
G=34.85%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719915500.080.290.1542.5844.9372.94
HexD9C79B081DF2b2d49
Octal33130723301035175355111
Binary110110011100011110011011010001110111111010111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C79B; }

 p { color: rgb(217,199,155); }

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

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

 a { background-color: rgb(217,199,155); }

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

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

 span { border-color: rgb(217,199,155); }

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