Html Css Color HEX #DAC2A2 Raffia

📋 copy color: '#DAC2A2'

red 218 ◦ green 194 ◦ blue 162

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

Shades of Raffia #DAC2A2

Tints of Raffia #DAC2A2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.8%

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

R = 37.98%
G = 33.8%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DAC2A2 (or 0xDAC2A2) is known color: Raffia. HEX triplet: DA, C2 and A2. RGB value is (218,194,162). Sum of RGB (Red+Green+Blue) = 218+194+162=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC2A2 is #253D5D. Grayscale: #C5C5C5. Windows color (decimal): -2440542 or 10666714. OLE color: 10666714.

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

Color convert

RGB 218 194 162 -
CMYK 0 0.11 0.26 0.15
HSL 34.29º 0.43% 0.75% -
HSV(B) 34.29º 0.26% 0.85% -
XYZ 54.73 56.1 42.13 -
YUV 197.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 218 194 162 0 0.11 0.26 0.15 34.29 0.43 0.75
Hex DA C2 A2 0 B 1A F 22 2B 4B
Octal 332 302 242 0 13 32 17 42 53 113
Binary 11011010 11000010 10100010 0 1011 11010 1111 100010 101011 1001011

Color Harmonies of #DAC2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC2A2

Black with #DAC2A2

Text Example


Text Example

White with #DAC2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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