#DAC79D

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

Shades of Raffia #DAC79D

Tints of Raffia #DAC79D

Color information

#DAC79D (or 0xDAC79D) is unknown color: approx Raffia. HEX triplet: DA, C7 and 9D. RGB value is (218,199,157). Sum of RGB (Red+Green+Blue) = 218+199+157=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC79D is #253862. Grayscale: #C8C8C8. Windows color (decimal): -2439267 or 10340314. OLE color: 10340314.

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

Color convert

RGB218199157-
CMYK00.090.280.15
HSL41.31º45.19%73.53%-
HSV(B)41.31º27.98%85.49%-
XYZ55.4258.1940.21-
YUV199.89103.79140.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=37.98%
G=34.67%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819915700.090.280.1541.3145.1973.53
HexDAC79D091CF292d4a
Octal33230723501134175155112
Binary110110101100011110011101010011110011111010011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC79D; }

 p { color: rgb(218,199,157); }

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

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

 a { background-color: rgb(218,199,157); }

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

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

 span { border-color: rgb(218,199,157); }

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