Html Css Color HEX #DAC3A3 Raffia

📋 copy color: '#DAC3A3'

red 218 ◦ green 195 ◦ blue 163

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

Shades of Raffia #DAC3A3

Tints of Raffia #DAC3A3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.85%

 BLUE value IS 163 (64.06% from 255) = 28.3%

R = 37.85%
G = 33.85%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DAC3A3 (or 0xDAC3A3) is known color: Raffia. HEX triplet: DA, C3 and A3. RGB value is (218,195,163). Sum of RGB (Red+Green+Blue) = 218+195+163=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC3A3 is #253C5C. Grayscale: #C6C6C6. Windows color (decimal): -2440285 or 10732506. OLE color: 10732506.

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

Color convert

RGB 218 195 163 -
CMYK 0 0.11 0.25 0.15
HSL 34.91º 0.43% 0.75% -
HSV(B) 34.91º 0.25% 0.85% -
XYZ 55.04 56.58 42.67 -
YUV 198.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 218 195 163 0 0.11 0.25 0.15 34.91 0.43 0.75
Hex DA C3 A3 0 B 19 F 23 2B 4B
Octal 332 303 243 0 13 31 17 43 53 113
Binary 11011010 11000011 10100011 0 1011 11001 1111 100011 101011 1001011

Color Harmonies of #DAC3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC3A3

Black with #DAC3A3

Text Example


Text Example

White with #DAC3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC3A3; }

 p { color: rgb(218,195,163); }

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

background-color css

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

 a { background-color: rgb(218,195,163); }

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

border-color css

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

 span { border-color: rgb(218,195,163); }

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