Html Css Color HEX #DAC094 Raffia

📋 copy color: '#DAC094'

red 218 ◦ green 192 ◦ blue 148

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

Shades of Raffia #DAC094

Tints of Raffia #DAC094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.52%

R = 39.07%
G = 34.41%
B = 26.52%

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

#DAC094 (or 0xDAC094) is known color: Raffia. HEX triplet: DA, C0 and 94. RGB value is (218,192,148). Sum of RGB (Red+Green+Blue) = 218+192+148=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC094 is #253F6B. Grayscale: #C2C2C2. Windows color (decimal): -2441068 or 9748698. OLE color: 9748698.

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

Color convert

RGB 218 192 148 -
CMYK 0 0.12 0.32 0.15
HSL 37.71º 0.49% 0.72% -
HSV(B) 37.71º 0.32% 0.85% -
XYZ 53.11 54.74 35.78 -
YUV 194.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 218 192 148 0 0.12 0.32 0.15 37.71 0.49 0.72
Hex DA C0 94 0 C 20 F 26 31 48
Octal 332 300 224 0 14 40 17 46 61 110
Binary 11011010 11000000 10010100 0 1100 100000 1111 100110 110001 1001000

Color Harmonies of #DAC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC094

Black with #DAC094

Text Example


Text Example

White with #DAC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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