Html Css Color HEX #DAC4A2 Raffia

📋 copy color: '#DAC4A2'

red 218 ◦ green 196 ◦ blue 162

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

Shades of Raffia #DAC4A2

Tints of Raffia #DAC4A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.13%

R = 37.85%
G = 34.03%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DAC4A2 (or 0xDAC4A2) is known color: Raffia. HEX triplet: DA, C4 and A2. RGB value is (218,196,162). Sum of RGB (Red+Green+Blue) = 218+196+162=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC4A2 is #253B5D. Grayscale: #C6C6C6. Windows color (decimal): -2440030 or 10667226. OLE color: 10667226.

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

Color convert

RGB 218 196 162 -
CMYK 0 0.10 0.26 0.15
HSL 36.43º 0.43% 0.75% -
HSV(B) 36.43º 0.26% 0.85% -
XYZ 55.17 56.99 42.28 -
YUV 198.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 218 196 162 0 0.10 0.26 0.15 36.43 0.43 0.75
Hex DA C4 A2 0 A 1A F 24 2B 4B
Octal 332 304 242 0 12 32 17 44 53 113
Binary 11011010 11000100 10100010 0 1010 11010 1111 100100 101011 1001011

Color Harmonies of #DAC4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC4A2

Black with #DAC4A2

Text Example


Text Example

White with #DAC4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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