Html Css Color HEX #DAC295 Raffia

📋 copy color: '#DAC295'

red 218 ◦ green 194 ◦ blue 149

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

Shades of Raffia #DAC295

Tints of Raffia #DAC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.58%

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

R = 38.86%
G = 34.58%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAC295 (or 0xDAC295) is known color: Raffia. HEX triplet: DA, C2 and 95. RGB value is (218,194,149). Sum of RGB (Red+Green+Blue) = 218+194+149=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC295 is #253D6A. Grayscale: #C4C4C4. Windows color (decimal): -2440555 or 9814746. OLE color: 9814746.

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

Color convert

RGB 218 194 149 -
CMYK 0 0.11 0.32 0.15
HSL 39.13º 0.48% 0.72% -
HSV(B) 39.13º 0.32% 0.85% -
XYZ 53.63 55.66 36.35 -
YUV 196.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 218 194 149 0 0.11 0.32 0.15 39.13 0.48 0.72
Hex DA C2 95 0 B 20 F 27 30 48
Octal 332 302 225 0 13 40 17 47 60 110
Binary 11011010 11000010 10010101 0 1011 100000 1111 100111 110000 1001000

Color Harmonies of #DAC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC295

Black with #DAC295

Text Example


Text Example

White with #DAC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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