Html Css Color HEX #DAC5A5 Raffia

📋 copy color: '#DAC5A5'

red 218 ◦ green 197 ◦ blue 165

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

Shades of Raffia #DAC5A5

Tints of Raffia #DAC5A5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.97%

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

R = 37.59%
G = 33.97%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DAC5A5 (or 0xDAC5A5) is known color: Raffia. HEX triplet: DA, C5 and A5. RGB value is (218,197,165). Sum of RGB (Red+Green+Blue) = 218+197+165=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC5A5 is #253A5A. Grayscale: #C7C7C7. Windows color (decimal): -2439771 or 10864090. OLE color: 10864090.

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

Color convert

RGB 218 197 165 -
CMYK 0 0.10 0.24 0.15
HSL 36.23º 0.42% 0.75% -
HSV(B) 36.23º 0.24% 0.85% -
XYZ 55.67 57.55 43.77 -
YUV 199.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 218 197 165 0 0.10 0.24 0.15 36.23 0.42 0.75
Hex DA C5 A5 0 A 18 F 24 2A 4B
Octal 332 305 245 0 12 30 17 44 52 113
Binary 11011010 11000101 10100101 0 1010 11000 1111 100100 101010 1001011

Color Harmonies of #DAC5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC5A5

Black with #DAC5A5

Text Example


Text Example

White with #DAC5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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