Html Css Color HEX #DAC79B Raffia

📋 copy color: '#DAC79B'

red 218 ◦ green 199 ◦ blue 155

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

Shades of Raffia #DAC79B

Tints of Raffia #DAC79B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.79%

 BLUE value IS 155 (60.94% from 255) = 27.1%

R = 38.11%
G = 34.79%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAC79B (or 0xDAC79B) is known color: Raffia. HEX triplet: DA, C7 and 9B. RGB value is (218,199,155). Sum of RGB (Red+Green+Blue) = 218+199+155=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC79B is #253864. Grayscale: #C7C7C7. Windows color (decimal): -2439269 or 10209242. OLE color: 10209242.

HSL color Cylindrical-coordinate representation of color #DAC79B: hue angle of 41.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAC79B is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 155 -
CMYK 0 0.09 0.29 0.15
HSL 41.9º 0.46% 0.73% -
HSV(B) 41.9º 0.29% 0.85% -
XYZ 55.25 58.12 39.32 -
YUV 199.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 218 199 155 0 0.09 0.29 0.15 41.9 0.46 0.73
Hex DA C7 9B 0 9 1D F 2A 2E 49
Octal 332 307 233 0 11 35 17 52 56 111
Binary 11011010 11000111 10011011 0 1001 11101 1111 101010 101110 1001001

Color Harmonies of #DAC79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC79B

Black with #DAC79B

Text Example


Text Example

White with #DAC79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC79B; }

 p { color: rgb(218,199,155); }

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

background-color css

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

 a { background-color: rgb(218,199,155); }

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

border-color css

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

 span { border-color: rgb(218,199,155); }

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