Html Css Color HEX #DAC79A Raffia

📋 copy color: '#DAC79A'

red 218 ◦ green 199 ◦ blue 154

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

Shades of Raffia #DAC79A

Tints of Raffia #DAC79A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.97%

R = 38.18%
G = 34.85%
B = 26.97%

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

#DAC79A (or 0xDAC79A) is known color: Raffia. HEX triplet: DA, C7 and 9A. RGB value is (218,199,154). Sum of RGB (Red+Green+Blue) = 218+199+154=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC79A is #253865. Grayscale: #C7C7C7. Windows color (decimal): -2439270 or 10143706. OLE color: 10143706.

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

Color convert

RGB 218 199 154 -
CMYK 0 0.09 0.29 0.15
HSL 42.19º 0.46% 0.73% -
HSV(B) 42.19º 0.29% 0.85% -
XYZ 55.17 58.09 38.88 -
YUV 199.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 218 199 154 0 0.09 0.29 0.15 42.19 0.46 0.73
Hex DA C7 9A 0 9 1D F 2A 2E 49
Octal 332 307 232 0 11 35 17 52 56 111
Binary 11011010 11000111 10011010 0 1001 11101 1111 101010 101110 1001001

Color Harmonies of #DAC79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC79A

Black with #DAC79A

Text Example


Text Example

White with #DAC79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC79A; }

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

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

background-color css

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

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

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

border-color css

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

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

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