Html Css Color HEX #DACAA5 Raffia

📋 copy color: '#DACAA5'

red 218 ◦ green 202 ◦ blue 165

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

Shades of Raffia #DACAA5

Tints of Raffia #DACAA5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.53%

 BLUE value IS 165 (64.84% from 255) = 28.21%

R = 37.26%
G = 34.53%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DACAA5 (or 0xDACAA5) is known color: Raffia. HEX triplet: DA, CA and A5. RGB value is (218,202,165). Sum of RGB (Red+Green+Blue) = 218+202+165=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAA5 is #25355A. Grayscale: #CACACA. Windows color (decimal): -2438491 or 10865370. OLE color: 10865370.

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

Color convert

RGB 218 202 165 -
CMYK 0 0.07 0.24 0.15
HSL 41.89º 0.42% 0.75% -
HSV(B) 41.89º 0.24% 0.85% -
XYZ 56.83 59.86 44.16 -
YUV 202.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 218 202 165 0 0.07 0.24 0.15 41.89 0.42 0.75
Hex DA CA A5 0 7 18 F 2A 2A 4B
Octal 332 312 245 0 7 30 17 52 52 113
Binary 11011010 11001010 10100101 0 111 11000 1111 101010 101010 1001011

Color Harmonies of #DACAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACAA5

Black with #DACAA5

Text Example


Text Example

White with #DACAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACAA5; }

 p { color: rgb(218,202,165); }

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

background-color css

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

 a { background-color: rgb(218,202,165); }

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

border-color css

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

 span { border-color: rgb(218,202,165); }

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