Html Css Color HEX #DAC494 Raffia

📋 copy color: '#DAC494'

red 218 ◦ green 196 ◦ blue 148

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

Shades of Raffia #DAC494

Tints of Raffia #DAC494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.88%

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

R = 38.79%
G = 34.88%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAC494 (or 0xDAC494) is known color: Raffia. HEX triplet: DA, C4 and 94. RGB value is (218,196,148). Sum of RGB (Red+Green+Blue) = 218+196+148=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC494 is #253B6B. Grayscale: #C5C5C5. Windows color (decimal): -2440044 or 9749722. OLE color: 9749722.

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

Color convert

RGB 218 196 148 -
CMYK 0 0.10 0.32 0.15
HSL 41.14º 0.49% 0.72% -
HSV(B) 41.14º 0.32% 0.85% -
XYZ 54 56.52 36.08 -
YUV 197.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 218 196 148 0 0.10 0.32 0.15 41.14 0.49 0.72
Hex DA C4 94 0 A 20 F 29 31 48
Octal 332 304 224 0 12 40 17 51 61 110
Binary 11011010 11000100 10010100 0 1010 100000 1111 101001 110001 1001000

Color Harmonies of #DAC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC494

Black with #DAC494

Text Example


Text Example

White with #DAC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC494; }

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

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

background-color css

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

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

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

border-color css

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

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

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