Html Css Color HEX #DAC7AA Raffia

📋 copy color: '#DAC7AA'

red 218 ◦ green 199 ◦ blue 170

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

Shades of Raffia #DAC7AA

Tints of Raffia #DAC7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.96%

R = 37.14%
G = 33.9%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAC7AA (or 0xDAC7AA) is known color: Raffia. HEX triplet: DA, C7 and AA. RGB value is (218,199,170). Sum of RGB (Red+Green+Blue) = 218+199+170=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7AA is #253855. Grayscale: #C9C9C9. Windows color (decimal): -2439254 or 11192282. OLE color: 11192282.

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

Color convert

RGB 218 199 170 -
CMYK 0 0.09 0.22 0.15
HSL 36.25º 0.39% 0.76% -
HSV(B) 36.25º 0.22% 0.85% -
XYZ 56.59 58.65 46.37 -
YUV 201.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 218 199 170 0 0.09 0.22 0.15 36.25 0.39 0.76
Hex DA C7 AA 0 9 16 F 24 27 4C
Octal 332 307 252 0 11 26 17 44 47 114
Binary 11011010 11000111 10101010 0 1001 10110 1111 100100 100111 1001100

Color Harmonies of #DAC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC7AA

Black with #DAC7AA

Text Example


Text Example

White with #DAC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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