Html Css Color HEX #DAC7A2 Raffia

📋 copy color: '#DAC7A2'

red 218 ◦ green 199 ◦ blue 162

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

Shades of Raffia #DAC7A2

Tints of Raffia #DAC7A2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.37%

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

R = 37.65%
G = 34.37%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DAC7A2 (or 0xDAC7A2) is known color: Raffia. HEX triplet: DA, C7 and A2. RGB value is (218,199,162). Sum of RGB (Red+Green+Blue) = 218+199+162=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7A2 is #25385D. Grayscale: #C8C8C8. Windows color (decimal): -2439262 or 10667994. OLE color: 10667994.

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

Color convert

RGB 218 199 162 -
CMYK 0 0.09 0.26 0.15
HSL 39.64º 0.43% 0.75% -
HSV(B) 39.64º 0.26% 0.85% -
XYZ 55.86 58.36 42.5 -
YUV 200.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 218 199 162 0 0.09 0.26 0.15 39.64 0.43 0.75
Hex DA C7 A2 0 9 1A F 28 2B 4B
Octal 332 307 242 0 11 32 17 50 53 113
Binary 11011010 11000111 10100010 0 1001 11010 1111 101000 101011 1001011

Color Harmonies of #DAC7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC7A2

Black with #DAC7A2

Text Example


Text Example

White with #DAC7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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