#DAC69D

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

Shades of Raffia #DAC69D

Tints of Raffia #DAC69D

Color information

#DAC69D (or 0xDAC69D) is unknown color: approx Raffia. HEX triplet: DA, C6 and 9D. RGB value is (218,198,157). Sum of RGB (Red+Green+Blue) = 218+198+157=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC69D is #253962. Grayscale: #C7C7C7. Windows color (decimal): -2439523 or 10340058. OLE color: 10340058.

HSL color Cylindrical-coordinate representation of color #DAC69D: hue angle of 40.33º 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 #DAC69D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218198157-
CMYK00.090.280.15
HSL40.33º45.19%73.53%-
HSV(B)40.33º27.98%85.49%-
XYZ55.1957.7340.13-
YUV199.31104.13141.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=38.05%
G=34.55%
B=27.40%

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
Decimal21819815700.090.280.1540.3345.1973.53
HexDAC69D091CF282d4a
Octal33230623501134175055112
Binary110110101100011010011101010011110011111010001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC69D; }

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

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

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

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

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

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

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

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