Html Css Color HEX #DAC19C Raffia

📋 copy color: '#DAC19C'

red 218 ◦ green 193 ◦ blue 156

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

Shades of Raffia #DAC19C

Tints of Raffia #DAC19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.51%

R = 38.45%
G = 34.04%
B = 27.51%

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

#DAC19C (or 0xDAC19C) is known color: Raffia. HEX triplet: DA, C1 and 9C. RGB value is (218,193,156). Sum of RGB (Red+Green+Blue) = 218+193+156=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC19C is #253E63. Grayscale: #C4C4C4. Windows color (decimal): -2440804 or 10273242. OLE color: 10273242.

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

Color convert

RGB 218 193 156 -
CMYK 0 0.11 0.28 0.15
HSL 35.81º 0.46% 0.73% -
HSV(B) 35.81º 0.28% 0.85% -
XYZ 53.98 55.45 39.31 -
YUV 196.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 218 193 156 0 0.11 0.28 0.15 35.81 0.46 0.73
Hex DA C1 9C 0 B 1C F 24 2E 49
Octal 332 301 234 0 13 34 17 44 56 111
Binary 11011010 11000001 10011100 0 1011 11100 1111 100100 101110 1001001

Color Harmonies of #DAC19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC19C

Black with #DAC19C

Text Example


Text Example

White with #DAC19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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