Html Css Color HEX #DAC595 Raffia

📋 copy color: '#DAC595'

red 218 ◦ green 197 ◦ blue 149

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

Shades of Raffia #DAC595

Tints of Raffia #DAC595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.42%

R = 38.65%
G = 34.93%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAC595 (or 0xDAC595) is known color: Raffia. HEX triplet: DA, C5 and 95. RGB value is (218,197,149). Sum of RGB (Red+Green+Blue) = 218+197+149=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC595 is #253A6A. Grayscale: #C6C6C6. Windows color (decimal): -2439787 or 9815514. OLE color: 9815514.

HSL color Cylindrical-coordinate representation of color #DAC595: hue angle of 41.74º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAC595 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 149 -
CMYK 0 0.10 0.32 0.15
HSL 41.74º 0.48% 0.72% -
HSV(B) 41.74º 0.32% 0.85% -
XYZ 54.3 57.01 36.58 -
YUV 197.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 218 197 149 0 0.10 0.32 0.15 41.74 0.48 0.72
Hex DA C5 95 0 A 20 F 2A 30 48
Octal 332 305 225 0 12 40 17 52 60 110
Binary 11011010 11000101 10010101 0 1010 100000 1111 101010 110000 1001000

Color Harmonies of #DAC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC595

Black with #DAC595

Text Example


Text Example

White with #DAC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC595; }

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

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

background-color css

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

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

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

border-color css

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

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

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