Html Css Color HEX #DAC194 Raffia

📋 copy color: '#DAC194'

red 218 ◦ green 193 ◦ blue 148

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

Shades of Raffia #DAC194

Tints of Raffia #DAC194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.48%

R = 39%
G = 34.53%
B = 26.48%

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

#DAC194 (or 0xDAC194) is known color: Raffia. HEX triplet: DA, C1 and 94. RGB value is (218,193,148). Sum of RGB (Red+Green+Blue) = 218+193+148=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC194 is #253E6B. Grayscale: #C3C3C3. Windows color (decimal): -2440812 or 9748954. OLE color: 9748954.

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

Color convert

RGB 218 193 148 -
CMYK 0 0.11 0.32 0.15
HSL 38.57º 0.49% 0.72% -
HSV(B) 38.57º 0.32% 0.85% -
XYZ 53.33 55.18 35.86 -
YUV 195.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 218 193 148 0 0.11 0.32 0.15 38.57 0.49 0.72
Hex DA C1 94 0 B 20 F 27 31 48
Octal 332 301 224 0 13 40 17 47 61 110
Binary 11011010 11000001 10010100 0 1011 100000 1111 100111 110001 1001000

Color Harmonies of #DAC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC194

Black with #DAC194

Text Example


Text Example

White with #DAC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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