Html Css Color HEX #DAC49F Raffia

📋 copy color: '#DAC49F'

red 218 ◦ green 196 ◦ blue 159

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

Shades of Raffia #DAC49F

Tints of Raffia #DAC49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.75%

R = 38.05%
G = 34.21%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAC49F (or 0xDAC49F) is known color: Raffia. HEX triplet: DA, C4 and 9F. RGB value is (218,196,159). Sum of RGB (Red+Green+Blue) = 218+196+159=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC49F is #253B60. Grayscale: #C6C6C6. Windows color (decimal): -2440033 or 10470618. OLE color: 10470618.

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

Color convert

RGB 218 196 159 -
CMYK 0 0.10 0.27 0.15
HSL 37.63º 0.44% 0.74% -
HSV(B) 37.63º 0.27% 0.85% -
XYZ 54.91 56.89 40.89 -
YUV 198.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 218 196 159 0 0.10 0.27 0.15 37.63 0.44 0.74
Hex DA C4 9F 0 A 1B F 26 2C 4A
Octal 332 304 237 0 12 33 17 46 54 112
Binary 11011010 11000100 10011111 0 1010 11011 1111 100110 101100 1001010

Color Harmonies of #DAC49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC49F

Black with #DAC49F

Text Example


Text Example

White with #DAC49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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