Html Css Color HEX #DAC196 Raffia

📋 copy color: '#DAC196'

red 218 ◦ green 193 ◦ blue 150

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

Shades of Raffia #DAC196

Tints of Raffia #DAC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.4%

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 38.86%
G = 34.4%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAC196 (or 0xDAC196) is known color: Raffia. HEX triplet: DA, C1 and 96. RGB value is (218,193,150). Sum of RGB (Red+Green+Blue) = 218+193+150=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC196 is #253E69. Grayscale: #C3C3C3. Windows color (decimal): -2440810 or 9880026. OLE color: 9880026.

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

Color convert

RGB 218 193 150 -
CMYK 0 0.11 0.31 0.15
HSL 37.94º 0.48% 0.72% -
HSV(B) 37.94º 0.31% 0.85% -
XYZ 53.49 55.25 36.7 -
YUV 195.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 218 193 150 0 0.11 0.31 0.15 37.94 0.48 0.72
Hex DA C1 96 0 B 1F F 26 30 48
Octal 332 301 226 0 13 37 17 46 60 110
Binary 11011010 11000001 10010110 0 1011 11111 1111 100110 110000 1001000

Color Harmonies of #DAC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC196

Black with #DAC196

Text Example


Text Example

White with #DAC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC196; }

 p { color: rgb(218,193,150); }

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

background-color css

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

 a { background-color: rgb(218,193,150); }

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

border-color css

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

 span { border-color: rgb(218,193,150); }

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