Html Css Color HEX #DAC294 Raffia

📋 copy color: '#DAC294'

red 218 ◦ green 194 ◦ blue 148

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

Shades of Raffia #DAC294

Tints of Raffia #DAC294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

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

R = 38.93%
G = 34.64%
B = 26.43%

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

#DAC294 (or 0xDAC294) is known color: Raffia. HEX triplet: DA, C2 and 94. RGB value is (218,194,148). Sum of RGB (Red+Green+Blue) = 218+194+148=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC294 is #253D6B. Grayscale: #C4C4C4. Windows color (decimal): -2440556 or 9749210. OLE color: 9749210.

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

Color convert

RGB 218 194 148 -
CMYK 0 0.11 0.32 0.15
HSL 39.43º 0.49% 0.72% -
HSV(B) 39.43º 0.32% 0.85% -
XYZ 53.55 55.63 35.93 -
YUV 195.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 218 194 148 0 0.11 0.32 0.15 39.43 0.49 0.72
Hex DA C2 94 0 B 20 F 27 31 48
Octal 332 302 224 0 13 40 17 47 61 110
Binary 11011010 11000010 10010100 0 1011 100000 1111 100111 110001 1001000

Color Harmonies of #DAC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC294

Black with #DAC294

Text Example


Text Example

White with #DAC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC294; }

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

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

background-color css

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

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

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

border-color css

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

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

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