Html Css Color HEX #DAC195 Raffia

📋 copy color: '#DAC195'

red 218 ◦ green 193 ◦ blue 149

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

Shades of Raffia #DAC195

Tints of Raffia #DAC195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.46%

 BLUE value IS 149 (58.59% from 255) = 26.61%

R = 38.93%
G = 34.46%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAC195 (or 0xDAC195) is known color: Raffia. HEX triplet: DA, C1 and 95. RGB value is (218,193,149). Sum of RGB (Red+Green+Blue) = 218+193+149=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC195 is #253E6A. Grayscale: #C3C3C3. Windows color (decimal): -2440811 or 9814490. OLE color: 9814490.

HSL color Cylindrical-coordinate representation of color #DAC195: hue angle of 38.26º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAC195 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 193 149 -
CMYK 0 0.11 0.32 0.15
HSL 38.26º 0.48% 0.72% -
HSV(B) 38.26º 0.32% 0.85% -
XYZ 53.41 55.22 36.28 -
YUV 195.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 218 193 149 0 0.11 0.32 0.15 38.26 0.48 0.72
Hex DA C1 95 0 B 20 F 26 30 48
Octal 332 301 225 0 13 40 17 46 60 110
Binary 11011010 11000001 10010101 0 1011 100000 1111 100110 110000 1001000

Color Harmonies of #DAC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC195

Black with #DAC195

Text Example


Text Example

White with #DAC195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC195; }

 p { color: rgb(218,193,149); }

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

background-color css

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

 a { background-color: rgb(218,193,149); }

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

border-color css

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

 span { border-color: rgb(218,193,149); }

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