#DACBA3

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

Shades of Raffia #DACBA3

Tints of Raffia #DACBA3

Color information

#DACBA3 (or 0xDACBA3) is unknown color: approx Raffia. HEX triplet: DA, CB and A3. RGB value is (218,203,163). Sum of RGB (Red+Green+Blue) = 218+203+163=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBA3 is #25345C. Grayscale: #CBCBCB. Windows color (decimal): -2438237 or 10734554. OLE color: 10734554.

HSL color Cylindrical-coordinate representation of color #DACBA3: hue angle of 43.64º degrees, saturation: 0.43, 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 #DACBA3 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB218203163-
CMYK00.070.250.15
HSL43.64º42.64%74.71%-
HSV(B)43.64º25.23%85.49%-
XYZ56.8860.2643.28-
YUV202.92105.47138.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 163 (64.06% from 255) = 27.91%
R=37.33%
G=34.76%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820316300.070.250.1543.6442.6474.71
HexDACBA30719F2c2b4b
Octal3323132430731175453113
Binary11011010110010111010001101111100111111011001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBA3; }

 p { color: rgb(218,203,163); }

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

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

 a { background-color: rgb(218,203,163); }

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

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

 span { border-color: rgb(218,203,163); }

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