Html Css Color HEX #DAC8A4 Raffia

📋 copy color: '#DAC8A4'

red 218 ◦ green 200 ◦ blue 164

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

Shades of Raffia #DAC8A4

Tints of Raffia #DAC8A4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.36%

 BLUE value IS 164 (64.45% from 255) = 28.18%

R = 37.46%
G = 34.36%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DAC8A4 (or 0xDAC8A4) is known color: Raffia. HEX triplet: DA, C8 and A4. RGB value is (218,200,164). Sum of RGB (Red+Green+Blue) = 218+200+164=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A4 is #25375B. Grayscale: #C9C9C9. Windows color (decimal): -2439004 or 10799322. OLE color: 10799322.

HSL color Cylindrical-coordinate representation of color #DAC8A4: hue angle of 40º degrees, saturation: 0.42, 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 #DAC8A4 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 164 -
CMYK 0 0.08 0.25 0.15
HSL 40º 0.42% 0.75% -
HSV(B) 40º 0.25% 0.85% -
XYZ 56.27 58.89 43.52 -
YUV 201.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 218 200 164 0 0.08 0.25 0.15 40 0.42 0.75
Hex DA C8 A4 0 8 19 F 28 2A 4B
Octal 332 310 244 0 10 31 17 50 52 113
Binary 11011010 11001000 10100100 0 1000 11001 1111 101000 101010 1001011

Color Harmonies of #DAC8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC8A4

Black with #DAC8A4

Text Example


Text Example

White with #DAC8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC8A4; }

 p { color: rgb(218,200,164); }

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

background-color css

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

 a { background-color: rgb(218,200,164); }

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

border-color css

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

 span { border-color: rgb(218,200,164); }

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