#DAC295

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

Shades of Raffia #DAC295

Tints of Raffia #DAC295

Color information

#DAC295 (or 0xDAC295) is unknown color: approx Raffia. HEX triplet: DA, C2 and 95. RGB value is (218,194,149). Sum of RGB (Red+Green+Blue) = 218+194+149=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC295 is #253D6A. Grayscale: #C4C4C4. Windows color (decimal): -2440555 or 9814746. OLE color: 9814746.

HSL color Cylindrical-coordinate representation of color #DAC295: hue angle of 39.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAC295 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218194149-
CMYK00.110.320.15
HSL39.13º48.25%71.96%-
HSV(B)39.13º31.65%85.49%-
XYZ53.6355.6636.35-
YUV196.05101.45143.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=38.86%
G=34.58%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819414900.110.320.1539.1348.2571.96
HexDAC2950B20F273048
Octal33230222501340174760110
Binary1101101011000010100101010101110000011111001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC295; }

 p { color: rgb(218,194,149); }

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

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

 a { background-color: rgb(218,194,149); }

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

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

 span { border-color: rgb(218,194,149); }

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