Html Css Color HEX #DAC6A3 Raffia

📋 copy color: '#DAC6A3'

red 218 ◦ green 198 ◦ blue 163

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

Shades of Raffia #DAC6A3

Tints of Raffia #DAC6A3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.2%

 BLUE value IS 163 (64.06% from 255) = 28.15%

R = 37.65%
G = 34.2%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DAC6A3 (or 0xDAC6A3) is known color: Raffia. HEX triplet: DA, C6 and A3. RGB value is (218,198,163). Sum of RGB (Red+Green+Blue) = 218+198+163=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6A3 is #25395C. Grayscale: #C8C8C8. Windows color (decimal): -2439517 or 10733274. OLE color: 10733274.

HSL color Cylindrical-coordinate representation of color #DAC6A3: hue angle of 38.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAC6A3 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 198 163 -
CMYK 0 0.09 0.25 0.15
HSL 38.18º 0.43% 0.75% -
HSV(B) 38.18º 0.25% 0.85% -
XYZ 55.72 57.94 42.9 -
YUV 199.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 218 198 163 0 0.09 0.25 0.15 38.18 0.43 0.75
Hex DA C6 A3 0 9 19 F 26 2B 4B
Octal 332 306 243 0 11 31 17 46 53 113
Binary 11011010 11000110 10100011 0 1001 11001 1111 100110 101011 1001011

Color Harmonies of #DAC6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC6A3

Black with #DAC6A3

Text Example


Text Example

White with #DAC6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC6A3; }

 p { color: rgb(218,198,163); }

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

background-color css

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

 a { background-color: rgb(218,198,163); }

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

border-color css

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

 span { border-color: rgb(218,198,163); }

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