Html Css Color HEX #DAC095 Raffia

📋 copy color: '#DAC095'

red 218 ◦ green 192 ◦ blue 149

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

Shades of Raffia #DAC095

Tints of Raffia #DAC095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.35%

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

R = 39%
G = 34.35%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAC095 (or 0xDAC095) is known color: Raffia. HEX triplet: DA, C0 and 95. RGB value is (218,192,149). Sum of RGB (Red+Green+Blue) = 218+192+149=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC095 is #253F6A. Grayscale: #C3C3C3. Windows color (decimal): -2441067 or 9814234. OLE color: 9814234.

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

Color convert

RGB 218 192 149 -
CMYK 0 0.12 0.32 0.15
HSL 37.39º 0.48% 0.72% -
HSV(B) 37.39º 0.32% 0.85% -
XYZ 53.19 54.77 36.2 -
YUV 194.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 218 192 149 0 0.12 0.32 0.15 37.39 0.48 0.72
Hex DA C0 95 0 C 20 F 25 30 48
Octal 332 300 225 0 14 40 17 45 60 110
Binary 11011010 11000000 10010101 0 1100 100000 1111 100101 110000 1001000

Color Harmonies of #DAC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC095

Black with #DAC095

Text Example


Text Example

White with #DAC095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC095; }

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

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

background-color css

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

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

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

border-color css

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

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

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