Html Css Color HEX #DAC49E Raffia

📋 copy color: '#DAC49E'

red 218 ◦ green 196 ◦ blue 158

#DAC49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raffia #DAC49E

Tints of Raffia #DAC49E

RGB

 RED value IS 218 (85.55% from 255) = 38.11%

 GREEN value IS 196 (76.95% from 255) = 34.27%

 BLUE value IS 158 (62.11% from 255) = 27.62%

R = 38.11%
G = 34.27%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAC49E (or 0xDAC49E) is known color: Raffia. HEX triplet: DA, C4 and 9E. RGB value is (218,196,158). Sum of RGB (Red+Green+Blue) = 218+196+158=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC49E is #253B61. Grayscale: #C6C6C6. Windows color (decimal): -2440034 or 10405082. OLE color: 10405082.

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

Color convert

RGB 218 196 158 -
CMYK 0 0.10 0.28 0.15
HSL 38º 0.45% 0.74% -
HSV(B) 38º 0.28% 0.85% -
XYZ 54.82 56.85 40.43 -
YUV 198.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 218 196 158 0 0.10 0.28 0.15 38 0.45 0.74
Hex DA C4 9E 0 A 1C F 26 2D 4A
Octal 332 304 236 0 12 34 17 46 55 112
Binary 11011010 11000100 10011110 0 1010 11100 1111 100110 101101 1001010

Color Harmonies of #DAC49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC49E

Black with #DAC49E

Text Example


Text Example

White with #DAC49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC49E; }

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

 H1.HeaderClassName
 {
   color: #DAC49E;
 }
 .AnyTagClassName
 {
   color: #DAC49E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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