#DAC09C

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

Shades of Raffia #DAC09C

Tints of Raffia #DAC09C

Color information

#DAC09C (or 0xDAC09C) is unknown color: approx Raffia. HEX triplet: DA, C0 and 9C. RGB value is (218,192,156). Sum of RGB (Red+Green+Blue) = 218+192+156=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC09C is #253F63. Grayscale: #C3C3C3. Windows color (decimal): -2441060 or 10272986. OLE color: 10272986.

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

Color convert

RGB218192156-
CMYK00.120.280.15
HSL34.84º45.59%73.33%-
HSV(B)34.84º28.44%85.49%-
XYZ53.7655.0139.24-
YUV195.67105.61143.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 156 (61.33% from 255) = 27.56%
R=38.52%
G=33.92%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819215600.120.280.1534.8445.5973.33
HexDAC09C0C1CF232e49
Octal33230023401434174356111
Binary110110101100000010011100011001110011111000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC09C; }

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

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

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

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

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

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

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

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