#DAC4A4

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

Shades of Raffia #DAC4A4

Tints of Raffia #DAC4A4

Color information

#DAC4A4 (or 0xDAC4A4) is unknown color: approx Raffia. HEX triplet: DA, C4 and A4. RGB value is (218,196,164). Sum of RGB (Red+Green+Blue) = 218+196+164=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC4A4 is #253B5B. Grayscale: #C7C7C7. Windows color (decimal): -2440028 or 10798298. OLE color: 10798298.

HSL color Cylindrical-coordinate representation of color #DAC4A4: hue angle of 35.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAC4A4 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB218196164-
CMYK00.100.250.15
HSL35.56º42.19%74.9%-
HSV(B)35.56º24.77%85.49%-
XYZ55.3557.0743.22-
YUV198.93108.29141.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 164 (64.45% from 255) = 28.37%
R=37.72%
G=33.91%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819616400.100.250.1535.5642.1974.9
HexDAC4A40A19F242a4b
Octal33230424401231174452113
Binary110110101100010010100100010101100111111001001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4A4; }

 p { color: rgb(218,196,164); }

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

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

 a { background-color: rgb(218,196,164); }

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

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

 span { border-color: rgb(218,196,164); }

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