Html Css Color HEX #DAC396 Raffia

📋 copy color: '#DAC396'

red 218 ◦ green 195 ◦ blue 150

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

Shades of Raffia #DAC396

Tints of Raffia #DAC396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.64%

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

R = 38.72%
G = 34.64%
B = 26.64%

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

#DAC396 (or 0xDAC396) is known color: Raffia. HEX triplet: DA, C3 and 96. RGB value is (218,195,150). Sum of RGB (Red+Green+Blue) = 218+195+150=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC396 is #253C69. Grayscale: #C4C4C4. Windows color (decimal): -2440298 or 9880538. OLE color: 9880538.

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

Color convert

RGB 218 195 150 -
CMYK 0 0.11 0.31 0.15
HSL 39.71º 0.48% 0.72% -
HSV(B) 39.71º 0.31% 0.85% -
XYZ 53.93 56.14 36.85 -
YUV 196.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 218 195 150 0 0.11 0.31 0.15 39.71 0.48 0.72
Hex DA C3 96 0 B 1F F 28 30 48
Octal 332 303 226 0 13 37 17 50 60 110
Binary 11011010 11000011 10010110 0 1011 11111 1111 101000 110000 1001000

Color Harmonies of #DAC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC396

Black with #DAC396

Text Example


Text Example

White with #DAC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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