Html Css Color HEX #DAC39E Raffia

📋 copy color: '#DAC39E'

red 218 ◦ green 195 ◦ blue 158

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

Shades of Raffia #DAC39E

Tints of Raffia #DAC39E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.15%

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

R = 38.18%
G = 34.15%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAC39E (or 0xDAC39E) is known color: Raffia. HEX triplet: DA, C3 and 9E. RGB value is (218,195,158). Sum of RGB (Red+Green+Blue) = 218+195+158=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC39E is #253C61. Grayscale: #C5C5C5. Windows color (decimal): -2440290 or 10404826. OLE color: 10404826.

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

Color convert

RGB 218 195 158 -
CMYK 0 0.11 0.28 0.15
HSL 37º 0.45% 0.74% -
HSV(B) 37º 0.28% 0.85% -
XYZ 54.6 56.4 40.36 -
YUV 197.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 218 195 158 0 0.11 0.28 0.15 37 0.45 0.74
Hex DA C3 9E 0 B 1C F 25 2D 4A
Octal 332 303 236 0 13 34 17 45 55 112
Binary 11011010 11000011 10011110 0 1011 11100 1111 100101 101101 1001010

Color Harmonies of #DAC39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC39E

Black with #DAC39E

Text Example


Text Example

White with #DAC39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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